diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-03-04 11:32:47 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-03-04 11:32:47 +0200 |
commit | 9b4828883150ef0632909489a05af101d547f03f (patch) | |
tree | a075a05a8b049cd1254a73d66628275fd4081d5b | |
parent | 2b10123399916d6ee93cfd147f45f0bec121fec2 (diff) | |
download | apk-tools-9b4828883150ef0632909489a05af101d547f03f.tar.gz apk-tools-9b4828883150ef0632909489a05af101d547f03f.tar.bz2 apk-tools-9b4828883150ef0632909489a05af101d547f03f.tar.xz apk-tools-9b4828883150ef0632909489a05af101d547f03f.zip |
2.0_pre9apk-tools-2.0_pre9
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ # by the Free Software Foundation. See http://www.gnu.org/ for details. PACKAGE := apk-tools -VERSION := 2.0_pre8 +VERSION := 2.0_pre9 SVN_REV := $(shell svn info 2> /dev/null | grep ^Revision | cut -d ' ' -f 2) ifneq ($(SVN_REV),) |