diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-16 10:11:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-16 10:11:27 +0000 |
commit | e97521470445bfd076573623379366d40f228ed3 (patch) | |
tree | 3632c06b40240d1ac4880b263e41562d0ea43344 /Makefile | |
parent | 6354a278883161704c7f8650a3bdde77f163c6ad (diff) | |
download | apk-tools-e97521470445bfd076573623379366d40f228ed3.tar.bz2 apk-tools-e97521470445bfd076573623379366d40f228ed3.tar.xz |
release 2.0_pre3apk-tools-2.0_pre3
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_pre2 +VERSION := 2.0_pre3 SVN_REV := $(shell svn info 2> /dev/null | grep ^Revision | cut -d ' ' -f 2) ifneq ($(SVN_REV),) |