Bump version to 1.3.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d30850c..b979444 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,8 +21,8 @@
 SET(PACKAGE "libzip")
 SET(PACKAGE_NAME ${PACKAGE})
 SET(PACKAGE_VERSION_MAJOR "1")
-SET(PACKAGE_VERSION_MINOR "2")
-SET(PACKAGE_VERSION_PATCH "0a")
+SET(PACKAGE_VERSION_MINOR "3")
+SET(PACKAGE_VERSION_PATCH "0")
 #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.md b/NEWS.md
index f09fee6..59357be 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-1.x.x [201X-XX-XX]
+1.3.0 [2017-09-02]
 ==================
 
 * Support bzip2 compressed zip archives
diff --git a/configure.ac b/configure.ac
index 253af2b..169d0f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.60])
-AC_INIT([libzip],[1.2.0a],[libzip@nih.at])
+AC_INIT([libzip],[1.3.0],[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 31e03f7..3ea9d5a 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.2.0a"
+#define PACKAGE_VERSION "1.3.0"
 
 /* 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.2.0a"
+#define VERSION "1.3.0"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE