[geos-commits] r3882 - in branches/3.4: . include/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Aug 13 22:28:43 PDT 2013


Author: robe
Date: 2013-08-13 22:28:43 -0700 (Tue, 13 Aug 2013)
New Revision: 3882

Modified:
   branches/3.4/configure.in
   branches/3.4/include/geos/version.h.vc
Log:
bump version numbers to 3.4.1dev and 3.4.1 in prep for next release

Modified: branches/3.4/configure.in
===================================================================
--- branches/3.4/configure.in	2013-08-11 11:43:47 UTC (rev 3881)
+++ branches/3.4/configure.in	2013-08-14 05:28:43 UTC (rev 3882)
@@ -24,7 +24,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=4
-VERSION_PATCH=0
+VERSION_PATCH=1dev
 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-11 11:43:47 UTC (rev 3881)
+++ branches/3.4/include/geos/version.h.vc	2013-08-14 05:28:43 UTC (rev 3882)
@@ -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.4.0"
+#define GEOS_VERSION "3.4.1"
 #endif
 
 #ifndef GEOS_JTS_PORT



More information about the geos-commits mailing list