post-release bump to 1.3.0a
diff --git a/CMakeLists.txt b/CMakeLists.txt index b979444..eea9be1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ SET(PACKAGE_NAME ${PACKAGE}) SET(PACKAGE_VERSION_MAJOR "1") SET(PACKAGE_VERSION_MINOR "3") -SET(PACKAGE_VERSION_PATCH "0") +SET(PACKAGE_VERSION_PATCH "0a") #SET(VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}") SET(VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}") SET(PACKAGE_VERSION ${VERSION})
diff --git a/configure.ac b/configure.ac index 169d0f9..546e1bc 100644 --- a/configure.ac +++ b/configure.ac
@@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([libzip],[1.3.0],[libzip@nih.at]) +AC_INIT([libzip],[1.3.0a],[libzip@nih.at]) AC_CONFIG_SRCDIR([lib/zip_add.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])
diff --git a/xcode/config.h b/xcode/config.h index 3ea9d5a..62b5843 100644 --- a/xcode/config.h +++ b/xcode/config.h
@@ -157,7 +157,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.3.0" +#define PACKAGE_VERSION "1.3.0a" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 @@ -192,7 +192,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.3.0" +#define VERSION "1.3.0a" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE