diff options
author | Natanael Copa <ncopa@ncopa-laptop.localdomain> | 2008-10-26 13:22:16 -0700 |
---|---|---|
committer | Natanael Copa <ncopa@ncopa-laptop.localdomain> | 2008-10-26 13:22:16 -0700 |
commit | a4cbe620e83d0dab6fe964d809f0fb00cbed5f46 (patch) | |
tree | 9bf39958b44a984e7595277c88cd51f202a65513 | |
parent | e065caf662adbd42b5dda3145d612adc6caff217 (diff) | |
download | apk-tools-a4cbe620e83d0dab6fe964d809f0fb00cbed5f46.tar.gz apk-tools-a4cbe620e83d0dab6fe964d809f0fb00cbed5f46.tar.bz2 apk-tools-a4cbe620e83d0dab6fe964d809f0fb00cbed5f46.tar.xz apk-tools-a4cbe620e83d0dab6fe964d809f0fb00cbed5f46.zip |
release 2.0_pre1apk-tools-2.0_pre1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ # under the terms of the GNU General Public License version 3 as published # by the Free Software Foundation. See http://www.gnu.org/ for details. -VERSION := 2.0_pre0 +VERSION := 2.0_pre1 SVN_REV := $(shell svn info 2> /dev/null | grep ^Revision | cut -d ' ' -f 2) ifneq ($(SVN_REV),) |