summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-05-10 10:20:43 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2013-05-10 10:20:43 +0200
commit7b8d2f500b93cd9738e4db881b4ec19fa9e30742 (patch)
treea2d1c4c5cae5b555ab3f948e1b3c5b52ca875d33
parent8c84f1d0f5c2888cadf69c3d3163f41a2d413968 (diff)
downloadlua-augeas-7b8d2f500b93cd9738e4db881b4ec19fa9e30742.tar.bz2
lua-augeas-7b8d2f500b93cd9738e4db881b4ec19fa9e30742.tar.xz
==== release 0.1.2 ====v0.1.2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b0f4cf..e79a48c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PKGCONFIG ?= pkg-config
-VERSION = 0.1.1
+VERSION = 0.1.2
GIT_REV := $(shell test -d .git && git describe || echo exported)
ifneq ($(GIT_REV), exported)
FULL_VERSION := $(GIT_REV)