diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-20 10:45:16 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-20 10:45:16 +0200 |
commit | f2d4add07d8973104a9116a87a866259a8fa6523 (patch) | |
tree | da0739b9a181cee6cd4142b5638fce9b420297a0 | |
parent | ff879667f348bf4c39acf54610c56b8691e4ff44 (diff) | |
download | pingu-f2d4add07d8973104a9116a87a866259a8fa6523.tar.bz2 pingu-f2d4add07d8973104a9116a87a866259a8fa6523.tar.xz |
==== release 1.0 ====v1.0
-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 = 0.5 +VERSION = 1.0 prefix = /usr localstatedir = /var |