aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-06-13 15:49:02 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2012-06-13 15:49:02 +0200
commitc372540f96cb20e8a06bcc68c8c69fe745a21164 (patch)
treec5bbdd137de28845e7d343f060415912a4d620ad
parentb9e2e0193bffc4d426fc8fa65e82e6ea36f997e9 (diff)
downloadpingu-c372540f96cb20e8a06bcc68c8c69fe745a21164.tar.bz2
pingu-c372540f96cb20e8a06bcc68c8c69fe745a21164.tar.xz
==== release 1.2 ====v1.2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71b2421..964aaa8 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.1
+VERSION = 1.2
PINGU_VERSION := $(shell \
if [ -d .git ]; then \
git describe --long; \