summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 622de73..f701ff2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
LUA_LIBDIR = /usr/lib/lua/5.1
-VERSION = 0.1
+VERSION = 0.1.1
GIT_REV := $(shell test -d .git && git describe || echo exported)
ifneq ($(GIT_REV), exported)
FULL_VERSION := $(GIT_REV)