[geos-commits] r3893 - in branches/3.4: . capi include/geos
svn_geos at osgeo.org
svn_geos at osgeo.org
Sat Aug 17 10:47:51 PDT 2013
Author: robe
Date: 2013-08-17 10:47:51 -0700 (Sat, 17 Aug 2013)
New Revision: 3893
Modified:
branches/3.4/capi/geos_c.h.in
branches/3.4/configure.in
branches/3.4/include/geos/version.h.vc
Log:
bump versions to 3.4.2dev (3.4.2)
Modified: branches/3.4/capi/geos_c.h.in
===================================================================
--- branches/3.4/capi/geos_c.h.in 2013-08-17 14:06:57 UTC (rev 3892)
+++ branches/3.4/capi/geos_c.h.in 2013-08-17 17:47:51 UTC (rev 3893)
@@ -59,7 +59,7 @@
#define GEOS_CAPI_VERSION_MAJOR 1
#define GEOS_CAPI_VERSION_MINOR 8
#define GEOS_CAPI_VERSION_PATCH 0
-#define GEOS_CAPI_VERSION "3.4.0-CAPI-1.8.0"
+#define GEOS_CAPI_VERSION "3.4.2-CAPI-1.8.0"
#else
#ifndef GEOS_VERSION_MAJOR
#define GEOS_VERSION_MAJOR @VERSION_MAJOR@
Modified: branches/3.4/configure.in
===================================================================
--- branches/3.4/configure.in 2013-08-17 14:06:57 UTC (rev 3892)
+++ branches/3.4/configure.in 2013-08-17 17:47:51 UTC (rev 3893)
@@ -24,7 +24,7 @@
dnl
VERSION_MAJOR=3
VERSION_MINOR=4
-VERSION_PATCH=1
+VERSION_PATCH=2dev
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))
Modified: branches/3.4/include/geos/version.h.vc
===================================================================
--- branches/3.4/include/geos/version.h.vc 2013-08-17 14:06:57 UTC (rev 3892)
+++ branches/3.4/include/geos/version.h.vc 2013-08-17 17:47:51 UTC (rev 3893)
@@ -34,11 +34,11 @@
#endif
#ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 1
+#define GEOS_VERSION_PATCH 2
#endif
#ifndef GEOS_VERSION
-#define GEOS_VERSION "3.4.1"
+#define GEOS_VERSION "3.4.2"
#endif
#ifndef GEOS_JTS_PORT
More information about the geos-commits
mailing list