[geos-commits] r3581 - in branches/3.3: . capi
svn_geos at osgeo.org
svn_geos at osgeo.org
Sun Apr 1 16:42:07 EDT 2012
Author: pramsey
Date: 2012-04-01 13:42:07 -0700 (Sun, 01 Apr 2012)
New Revision: 3581
Modified:
branches/3.3/capi/geos_c.h.in
branches/3.3/configure.in
Log:
Update version numbers after tag
Modified: branches/3.3/capi/geos_c.h.in
===================================================================
--- branches/3.3/capi/geos_c.h.in 2012-04-01 20:37:39 UTC (rev 3580)
+++ branches/3.3/capi/geos_c.h.in 2012-04-01 20:42:07 UTC (rev 3581)
@@ -55,9 +55,9 @@
#if defined(_MSC_VER)
#include <geos/version.h>
#define GEOS_CAPI_VERSION_MAJOR 1
-#define GEOS_CAPI_VERSION_MINOR 6
+#define GEOS_CAPI_VERSION_MINOR 7
#define GEOS_CAPI_VERSION_PATCH 1
-#define GEOS_CAPI_VERSION "3.3.0-CAPI-1.7.0"
+#define GEOS_CAPI_VERSION "3.3.4-CAPI-1.7.1"
#else
#ifndef GEOS_VERSION_MAJOR
#define GEOS_VERSION_MAJOR @VERSION_MAJOR@
Modified: branches/3.3/configure.in
===================================================================
--- branches/3.3/configure.in 2012-04-01 20:37:39 UTC (rev 3580)
+++ branches/3.3/configure.in 2012-04-01 20:42:07 UTC (rev 3581)
@@ -25,7 +25,7 @@
dnl
VERSION_MAJOR=3
VERSION_MINOR=3
-VERSION_PATCH=3dev
+VERSION_PATCH=4dev
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