[geos-commits] r4264 - trunk

Sandro Santilli strk at kbt.io
Tue Oct 25 08:30:11 PDT 2016


Author: strk
Date: 2016-10-25 08:30:10 -0700 (Tue, 25 Oct 2016)
New Revision: 4264

Modified:
   trunk/CMakeLists.txt
   trunk/configure.ac
Log:
Fix version to 3.6.0 (drop "dev" suffix)

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2016-10-25 15:28:37 UTC (rev 4263)
+++ trunk/CMakeLists.txt	2016-10-25 15:30:10 UTC (rev 4264)
@@ -6,7 +6,7 @@
 #
 # This is free software; you can redistribute and/or modify it under
 # the terms of the GNU Lesser General Public Licence as published
-# by the Free Software Foundation. 
+# by the Free Software Foundation.
 # See the COPYING file for more information.
 #
 #################################################################################
@@ -29,7 +29,7 @@
 # GEOS C++ library SONAME will use these encoding ABI break at every release
 set(VERSION_MAJOR 3)
 set(VERSION_MINOR 6)
-set(VERSION_PATCH 0dev)
+set(VERSION_PATCH 0)
 set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # JTS_PORT is the version of JTS this release is bound to
@@ -241,7 +241,7 @@
 
 # for geos_ts.cpp which does #include "../geos_svn_revision.h" whereas
 # CMake generates geos_svn_revision.h in build directory,
-# to not to pollute source tree. 
+# to not to pollute source tree.
 include_directories(${PROJECT_BINARY_DIR})
 
 #################################################################################

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2016-10-25 15:28:37 UTC (rev 4263)
+++ trunk/configure.ac	2016-10-25 15:30:10 UTC (rev 4264)
@@ -24,7 +24,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=6
-VERSION_PATCH=0dev
+VERSION_PATCH=0
 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