[geos-commits] r2223 - in branches/3.0: . capi

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Nov 18 13:56:08 EST 2008


Author: pramsey
Date: 2008-11-18 13:56:08 -0500 (Tue, 18 Nov 2008)
New Revision: 2223

Modified:
   branches/3.0/NEWS
   branches/3.0/capi/geos_c.h.in
   branches/3.0/configure.in
Log:
Version bump for 3.0.3


Modified: branches/3.0/NEWS
===================================================================
--- branches/3.0/NEWS	2008-11-18 03:10:07 UTC (rev 2222)
+++ branches/3.0/NEWS	2008-11-18 18:56:08 UTC (rev 2223)
@@ -1,7 +1,7 @@
 
-Changes in 3.0.1
+Changes in 3.0.3
 
-- To be added
+- Bug fixes.
 
 Changes in 3.0.0
 

Modified: branches/3.0/capi/geos_c.h.in
===================================================================
--- branches/3.0/capi/geos_c.h.in	2008-11-18 03:10:07 UTC (rev 2222)
+++ branches/3.0/capi/geos_c.h.in	2008-11-18 18:56:08 UTC (rev 2223)
@@ -53,7 +53,7 @@
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 4
 #define GEOS_CAPI_VERSION_PATCH 2
-#define GEOS_CAPI_VERSION "3.0.2-CAPI-1.4.2"
+#define GEOS_CAPI_VERSION "3.0.3-CAPI-1.4.2"
 #else
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@
 #define GEOS_VERSION_MINOR @VERSION_MINOR@

Modified: branches/3.0/configure.in
===================================================================
--- branches/3.0/configure.in	2008-11-18 03:10:07 UTC (rev 2222)
+++ branches/3.0/configure.in	2008-11-18 18:56:08 UTC (rev 2223)
@@ -19,7 +19,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_PATCH=2
+VERSION_PATCH=3
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))



More information about the geos-commits mailing list