[geos-commits] r4087 - in branches/3.5: . capi include/geos
svn_geos at osgeo.org
svn_geos at osgeo.org
Sun Aug 16 15:28:45 PDT 2015
Author: pramsey
Date: 2015-08-16 15:28:45 -0700 (Sun, 16 Aug 2015)
New Revision: 4087
Modified:
branches/3.5/CMakeLists.txt
branches/3.5/HOWTO_RELEASE
branches/3.5/capi/geos_c.h.in
branches/3.5/configure.ac
branches/3.5/include/geos/version.h.vc
Log:
Bump branch versions for 3.5.1
Modified: branches/3.5/CMakeLists.txt
===================================================================
--- branches/3.5/CMakeLists.txt 2015-08-16 22:20:49 UTC (rev 4086)
+++ branches/3.5/CMakeLists.txt 2015-08-16 22:28:45 UTC (rev 4087)
@@ -29,7 +29,7 @@
# GEOS C++ library SONAME will use these encoding ABI break at every release
set(VERSION_MAJOR 3)
set(VERSION_MINOR 5)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# JTS_PORT is the version of JTS this release is bound to
@@ -38,7 +38,7 @@
# GEOS C API version
set(CAPI_INTERFACE_CURRENT 10)
-set(CAPI_INTERFACE_REVISION 0)
+set(CAPI_INTERFACE_REVISION 1)
set(CAPI_INTERFACE_AGE 9)
math(EXPR CAPI_VERSION_MAJOR "${CAPI_INTERFACE_CURRENT} - ${CAPI_INTERFACE_AGE}")
Modified: branches/3.5/HOWTO_RELEASE
===================================================================
--- branches/3.5/HOWTO_RELEASE 2015-08-16 22:20:49 UTC (rev 4086)
+++ branches/3.5/HOWTO_RELEASE 2015-08-16 22:28:45 UTC (rev 4087)
@@ -10,7 +10,7 @@
5. Commit the new ChangeLog and NEWS files.
6: Tag the release:
- $ base=http://svn.osgeo.org/geos/
+ $ base=https://svn.osgeo.org/geos/
$ svn copy -m "Tagged release MAJOR.MINOR.PATCH" \
$base/trunk $base/tags/MAJOR.MINOR.PATCH
Modified: branches/3.5/capi/geos_c.h.in
===================================================================
--- branches/3.5/capi/geos_c.h.in 2015-08-16 22:20:49 UTC (rev 4086)
+++ branches/3.5/capi/geos_c.h.in 2015-08-16 22:28:45 UTC (rev 4087)
@@ -60,8 +60,8 @@
#include <geos/version.h>
#define GEOS_CAPI_VERSION_MAJOR 1
#define GEOS_CAPI_VERSION_MINOR 9
-#define GEOS_CAPI_VERSION_PATCH 0
-#define GEOS_CAPI_VERSION "3.5.0-CAPI-1.9.0"
+#define GEOS_CAPI_VERSION_PATCH 1
+#define GEOS_CAPI_VERSION "3.5.1-CAPI-1.9.1"
#else
#ifndef GEOS_VERSION_MAJOR
#define GEOS_VERSION_MAJOR @VERSION_MAJOR@
Modified: branches/3.5/configure.ac
===================================================================
--- branches/3.5/configure.ac 2015-08-16 22:20:49 UTC (rev 4086)
+++ branches/3.5/configure.ac 2015-08-16 22:28:45 UTC (rev 4087)
@@ -15,7 +15,7 @@
dnl -- Version info for the CAPI
CAPI_INTERFACE_CURRENT=10
-CAPI_INTERFACE_REVISION=0
+CAPI_INTERFACE_REVISION=1
CAPI_INTERFACE_AGE=9
dnl
@@ -24,7 +24,7 @@
dnl
VERSION_MAJOR=3
VERSION_MINOR=5
-VERSION_PATCH=0
+VERSION_PATCH=1
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))
Modified: branches/3.5/include/geos/version.h.vc
===================================================================
--- branches/3.5/include/geos/version.h.vc 2015-08-16 22:20:49 UTC (rev 4086)
+++ branches/3.5/include/geos/version.h.vc 2015-08-16 22:28:45 UTC (rev 4087)
@@ -34,11 +34,11 @@
#endif
#ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 0
+#define GEOS_VERSION_PATCH 1
#endif
#ifndef GEOS_VERSION
-#define GEOS_VERSION "3.5.0"
+#define GEOS_VERSION "3.5.1"
#endif
#ifndef GEOS_JTS_PORT
More information about the geos-commits
mailing list