[geos-commits] r4316 - branches/3.6

Sandro Santilli strk at kbt.io
Sat Dec 24 07:51:04 PST 2016


Author: strk
Date: 2016-12-24 07:51:04 -0800 (Sat, 24 Dec 2016)
New Revision: 4316

Modified:
   branches/3.6/CMakeLists.txt
   branches/3.6/NEWS
   branches/3.6/configure.ac
Log:
Set 3.6.1 version and release date

Modified: branches/3.6/CMakeLists.txt
===================================================================
--- branches/3.6/CMakeLists.txt	2016-12-13 17:58:43 UTC (rev 4315)
+++ branches/3.6/CMakeLists.txt	2016-12-24 15:51:04 UTC (rev 4316)
@@ -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 1dev)
+set(VERSION_PATCH 1)
 set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # JTS_PORT is the version of JTS this release is bound to

Modified: branches/3.6/NEWS
===================================================================
--- branches/3.6/NEWS	2016-12-13 17:58:43 UTC (rev 4315)
+++ branches/3.6/NEWS	2016-12-24 15:51:04 UTC (rev 4316)
@@ -1,5 +1,5 @@
 Changes in 3.6.1
-2016-MM-DD
+2016-12-24
 
 - Bug fixes / improvements
   - Fix GEOSSTRtree_nearest_r signature and add implementation (#796)

Modified: branches/3.6/configure.ac
===================================================================
--- branches/3.6/configure.ac	2016-12-13 17:58:43 UTC (rev 4315)
+++ branches/3.6/configure.ac	2016-12-24 15:51:04 UTC (rev 4316)
@@ -24,7 +24,7 @@
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=6
-VERSION_PATCH=1dev
+VERSION_PATCH=1
 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