[geos-commits] r3936 - in branches/3.3: . include/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Sep 4 14:04:59 PDT 2013


Author: strk
Date: 2013-09-04 14:04:59 -0700 (Wed, 04 Sep 2013)
New Revision: 3936

Modified:
   branches/3.3/configure.in
   branches/3.3/include/geos/version.h.vc
Log:
Set version to final

Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in	2013-09-02 12:15:47 UTC (rev 3935)
+++ branches/3.3/configure.in	2013-09-04 21:04:59 UTC (rev 3936)
@@ -25,7 +25,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=3
-VERSION_PATCH=9dev
+VERSION_PATCH=9
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: branches/3.3/include/geos/version.h.vc
===================================================================
--- branches/3.3/include/geos/version.h.vc	2013-09-02 12:15:47 UTC (rev 3935)
+++ branches/3.3/include/geos/version.h.vc	2013-09-04 21:04:59 UTC (rev 3936)
@@ -35,7 +35,7 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 8
+#define GEOS_VERSION_PATCH 9
 #endif
 
 #ifndef GEOS_VERSION



More information about the geos-commits mailing list