summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)