diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-23 07:12:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-23 07:12:58 +0000 |
commit | c0166798bf879a2d5269d2e8b76bbaa046044c10 (patch) | |
tree | 32c6439ea34703083279f9501f10d67bca17edd5 | |
parent | b8eb27d75b30775d5ad2a46b4f7874107bc5d29b (diff) | |
download | aports-c0166798bf879a2d5269d2e8b76bbaa046044c10.tar.gz aports-c0166798bf879a2d5269d2e8b76bbaa046044c10.tar.bz2 aports-c0166798bf879a2d5269d2e8b76bbaa046044c10.tar.xz |
release 2.0_pre7apk-tools-2.0_pre7
-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_pre6 +VERSION := 2.0_pre7 SVN_REV := $(shell svn info 2> /dev/null | grep ^Revision | cut -d ' ' -f 2) ifneq ($(SVN_REV),) |