diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-15 13:49:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-15 13:49:59 +0000 |
commit | 6674b13cd4eb7a514200fdd03e45a388b3723620 (patch) | |
tree | 9715575411dc8d862417736f949ee740f9970a3b /Makefile | |
parent | 4fef37bb81b5bb54264e8ff5e0e02a8ede56c7eb (diff) | |
download | apk-tools-6674b13cd4eb7a514200fdd03e45a388b3723620.tar.gz apk-tools-6674b13cd4eb7a514200fdd03e45a388b3723620.tar.bz2 apk-tools-6674b13cd4eb7a514200fdd03e45a388b3723620.tar.xz apk-tools-6674b13cd4eb7a514200fdd03e45a388b3723620.zip |
release 2.0_pre2apk-tools-2.0_pre2
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_pre1 +VERSION := 2.0_pre2 SVN_REV := $(shell svn info 2> /dev/null | grep ^Revision | cut -d ' ' -f 2) ifneq ($(SVN_REV),) |