diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-13 15:49:02 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-13 15:49:02 +0200 |
commit | c372540f96cb20e8a06bcc68c8c69fe745a21164 (patch) | |
tree | c5bbdd137de28845e7d343f060415912a4d620ad | |
parent | b9e2e0193bffc4d426fc8fa65e82e6ea36f997e9 (diff) | |
download | pingu-c372540f96cb20e8a06bcc68c8c69fe745a21164.tar.bz2 pingu-c372540f96cb20e8a06bcc68c8c69fe745a21164.tar.xz |
==== release 1.2 ====v1.2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |