diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-20 14:10:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-20 14:10:29 +0000 |
commit | 8a07b7fc727afa6568120dcf21328e277eb2d6c4 (patch) | |
tree | a6475e17067d9693e167da26bdef16d9a854d825 /Makefile | |
parent | 6078d305f49f953f8a8ef6081b53f3d0948752e1 (diff) | |
download | apk-tools-8a07b7fc727afa6568120dcf21328e277eb2d6c4.tar.gz apk-tools-8a07b7fc727afa6568120dcf21328e277eb2d6c4.tar.bz2 apk-tools-8a07b7fc727afa6568120dcf21328e277eb2d6c4.tar.xz apk-tools-8a07b7fc727afa6568120dcf21328e277eb2d6c4.zip |
release 2.0_pre6apk-tools-2.0_pre6
Diffstat (limited to 'Makefile')
-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_pre5 +VERSION := 2.0_pre6 SVN_REV := $(shell svn info 2> /dev/null | grep ^Revision | cut -d ' ' -f 2) ifneq ($(SVN_REV),) |