[geos-commits] r3884 - branches/3.4
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Aug 13 23:10:33 PDT 2013
Author: robe
Date: 2013-08-13 23:10:33 -0700 (Tue, 13 Aug 2013)
New Revision: 3884
Modified:
branches/3.4/CMakeLists.txt
branches/3.4/HOWTO_RELEASE
Log:
update HOWTO_RELEASE to include bumping revision numbrs in CMake and also bump numbers in CMake.
Modified: branches/3.4/CMakeLists.txt
===================================================================
--- branches/3.4/CMakeLists.txt 2013-08-14 06:09:57 UTC (rev 3883)
+++ branches/3.4/CMakeLists.txt 2013-08-14 06:10:33 UTC (rev 3884)
@@ -29,7 +29,7 @@
# GEOS C++ library SONAME will use these encoding ABI break at every release
set(VERSION_MAJOR 3)
set(VERSION_MINOR 4)
-set(VERSION_PATCH 0dev)
+set(VERSION_PATCH 1dev)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# JTS_PORT is the version of JTS this release is bound to
Modified: branches/3.4/HOWTO_RELEASE
===================================================================
--- branches/3.4/HOWTO_RELEASE 2013-08-14 06:09:57 UTC (rev 3883)
+++ branches/3.4/HOWTO_RELEASE 2013-08-14 06:10:33 UTC (rev 3884)
@@ -40,6 +40,9 @@
- VERSION_MINOR for NEW interfaces in the C lib
- VERSION_MAJOR for SUBSTANTIAL additions or C lib ABI break
[ THIS MUST BE CAREFULLY AVOIDED ]
+ - In main CMakeLists.txt main one
+ - VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH
+ - CAPI_INTERFACE_*
13: Update wiki page http://trac.osgeo.org/geos/ at Download section
- Add latest release
More information about the geos-commits
mailing list