aboutsummaryrefslogtreecommitdiff
path: root/extra/Makefile
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-09-24 15:22:11 -0400
committerB Stack <bgstack15@gmail.com>2021-09-24 15:22:11 -0400
commit3f3477e089e7fe51a67ba925b13559003e656c6d (patch)
tree978974205aa01724c02bd3a639a887f8d3b7a02e /extra/Makefile
parentfix x-forwarded-prefix header consumption (diff)
downloadfuss-3f3477e089e7fe51a67ba925b13559003e656c6d.tar.gz
fuss-3f3477e089e7fe51a67ba925b13559003e656c6d.tar.bz2
fuss-3f3477e089e7fe51a67ba925b13559003e656c6d.zip
bump version string to 0.0.2
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