aboutsummaryrefslogtreecommitdiff
path: root/extra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Makefile')
-rw-r--r--extra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Makefile b/extra/Makefile
index d18b75a..53e7b68 100644
--- a/extra/Makefile
+++ b/extra/Makefile
@@ -15,7 +15,7 @@
# build-devuan:
APPNAME = fuss
-APPVERSION = 0.0.1
+APPVERSION = 0.0.2
SRCDIR = $(CURDIR)/..# because Makefile is in extra/ inside this repo
prefix = /usr
SYSCONFDIR = $(DESTDIR)/etc
bgstack15