aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-14 15:41:39 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-14 15:41:39 +0100
commit818db8e92e481f89b790dc93795ac208465aa142 (patch)
tree9a3893312cf119f0ca4fb9d6f87be1ea9da99cde
parent8b66a8da87f0ff9d0932a4eb030c96c31f123e93 (diff)
downloadpingu-818db8e92e481f89b790dc93795ac208465aa142.tar.bz2
pingu-818db8e92e481f89b790dc93795ac208465aa142.tar.xz
==== release 1.1 ====v1.1
-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; \