Update to 1.0.1: Windows bugfix release.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a54a77..77ea634 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ SET(PACKAGE_NAME ${PACKAGE}) SET(PACKAGE_VERSION_MAJOR "1") SET(PACKAGE_VERSION_MINOR "0") -SET(PACKAGE_VERSION_PATCH "0a") +SET(PACKAGE_VERSION_PATCH "1") #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/NEWS b/NEWS index 6af712c..dc8ff0d 100644 --- a/NEWS +++ b/NEWS
@@ -1,4 +1,8 @@ -1.0 [2015/04/29] +1.0.1 [2015/05/04] + +* Build fixes for Windows. + +1.0 [2015/05/03] * Implemented an I/O abstraction layer. * Added support for native Windows API for files.
diff --git a/configure.ac b/configure.ac index 655bdff..86ed916 100644 --- a/configure.ac +++ b/configure.ac
@@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([libzip],[1.0.0a],[libzip@nih.at]) +AC_INIT([libzip],[1.0.1],[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 637e230..e849b2f 100644 --- a/xcode/config.h +++ b/xcode/config.h
@@ -151,7 +151,7 @@ #define PACKAGE_NAME "libzip" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libzip 1.0.0a" +#define PACKAGE_STRING "libzip 1.0.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libzip" @@ -160,7 +160,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.0a" +#define PACKAGE_VERSION "1.0.1" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 @@ -195,7 +195,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.0.0a" +#define VERSION "1.0.1" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE