aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bd4315..71b2421 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ BIN_TARGETS = mtu
SBIN_TARGETS = pingu pinguctl
LUA_TARGETS = client.so
TARGETS = $(BIN_TARGETS) $(SBIN_TARGETS) $(LUA_TARGETS)
-VERSION = 1.0
+VERSION = 1.1
PINGU_VERSION := $(shell \
if [ -d .git ]; then \
git describe --long; \