diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b620b2..893328e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,9 +15,9 @@ message(STATUS "CMake version = ${CMAKE_VERSION}") message(STATUS "CMAKE_SYSTEM_NAME = ${CMAKE_SYSTEM_NAME}") set(PROJECT_VERSION_MAJOR 1) -set(PROJECT_VERSION_MINOR 5) +set(PROJECT_VERSION_MINOR 6) set(PROJECT_VERSION_PATCH 0) -set(shp_LIB_VERSIONINFO "3:0:1") +set(shp_LIB_VERSIONINFO "4:0:0") set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index 18b7eb6..916fde3 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -13,6 +13,9 @@ - PROJECT_VERSION_PATCH - shp_LIB_VERSIONINFO + In shapefil.h, update SHAPELIB_VERSION_MAJOR, SHAPELIB_VERSION_MINOR, + SHAPELIB_VERSION_MICRO + 1) Update web/release.html with change notes on the new release and commit. 2) Build the release files. diff --git a/configure.ac b/configure.ac index 20302ac..0cef3a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. m4_define(shapelib_version_major, 1) -m4_define(shapelib_version_minor, 5) +m4_define(shapelib_version_minor, 6) m4_define(shapelib_version_micro, 0) AC_PREREQ(2.62) @@ -16,7 +16,7 @@ AM_SILENT_RULES([yes]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -AC_SUBST([SHAPELIB_SO_VERSION], [3:0:1]) +AC_SUBST([SHAPELIB_SO_VERSION], [4:0:0]) AC_PROG_CC AC_PROG_CXX diff --git a/web/release.html b/web/release.html index b09bcc3..e3c5c33 100644 --- a/web/release.html +++ b/web/release.html @@ -10,6 +10,44 @@

Shapelib Release Notes

To get notification of new releases of Shapelib subscribe to the project mailing list at https://lists.osgeo.org/pipermail/shapelib/.

+Release 1.6.0: +

+ Release 1.5.0: