summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-08-03 16:49:53 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2012-08-03 16:49:53 +0200
commit59714054bfcbc01ee08f3bf49519de5f5668e4fb (patch)
tree133d2b06a76329cd6e68cd193053b2bdec088a55
parent7cf2103510ad79e8652decf42ba0991d2f4f5c97 (diff)
downloadlua-augeas-59714054bfcbc01ee08f3bf49519de5f5668e4fb.tar.bz2
lua-augeas-59714054bfcbc01ee08f3bf49519de5f5668e4fb.tar.xz
==== release 0.1.1 ====v0.1.1
-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)