summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-06-17 04:02:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-06-17 04:02:31 +0200
commitf41c1813063bea2a058b4724fead68cb48c431b2 (patch)
treea9cc863f9ee1b3f93d5ed1b42abd5883752e3e48 /Makefile
parentnew release 0.0.50 (diff)
new upstream release
added support for non-root setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5adf80..0c28cac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.0.50
+VERSION := 0.0.51
DEBARCHS := amd64 i386 armhf arm64
EXECUTEABLES := $(DEBARCHS:%=bin/acmetool.%)
GITHUB_BASEURL := "https://github.com/hlandau/acme/releases/download"