diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-18 14:51:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-18 14:51:08 +0000 |
commit | 93cdb993a19066ac22564d62f83228c87d2ed1c7 (patch) | |
tree | c37f6cb0c1348eed72cd0351b442dedca8d51a4f | |
parent | 57407ed4e9db4b8cd14bcf44958a040d981d3021 (diff) | |
download | apk-tools-93cdb993a19066ac22564d62f83228c87d2ed1c7.tar.gz apk-tools-93cdb993a19066ac22564d62f83228c87d2ed1c7.tar.bz2 apk-tools-93cdb993a19066ac22564d62f83228c87d2ed1c7.tar.xz apk-tools-93cdb993a19066ac22564d62f83228c87d2ed1c7.zip |
release 2.0_pre5apk-tools-2.0_pre5
-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_pre4 +VERSION := 2.0_pre5 SVN_REV := $(shell svn info 2> /dev/null | grep ^Revision | cut -d ' ' -f 2) ifneq ($(SVN_REV),) |