[geos-commits] [SCM] GEOS branch 3.12 updated. 2dc02907e17f52b4385414e9f7543f595753129f

git at osgeo.org git at osgeo.org
Sat Nov 11 15:35:36 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, 3.12 has been updated
       via  2dc02907e17f52b4385414e9f7543f595753129f (commit)
      from  9a5d0587fe62b1551dbee678e2cf6360d292e95b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2dc02907e17f52b4385414e9f7543f595753129f
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 11 18:34:30 2023 -0500

    Put back in dev mode

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index f05ff00ca..bfd6ec6d3 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -43,7 +43,7 @@
    $ cmake --build .
    $ ctest --output-on-failure .
 
-8. Copy the tarball to upload.osgeo.org:/osgeo/download/geos
+8. Copy the tar.bz2 tarball to upload.osgeo.org:/osgeo/download/geos
 
 9. Create and push a release branch if this was a PATCH=0 release,
     update the versions for next release in Version.txt (both in
diff --git a/NEWS.md b/NEWS.md
index a944ff1b0..55b1af59a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,5 @@
+## Changes in 3.12.2
+xxxx-xx-xx
 
 ## Changes in 3.12.1
 2023-11-11
diff --git a/Version.txt b/Version.txt
index b256a437f..04bbbdcbf 100644
--- a/Version.txt
+++ b/Version.txt
@@ -2,10 +2,10 @@
 # GEOS Versions
 GEOS_VERSION_MAJOR=3
 GEOS_VERSION_MINOR=12
-GEOS_VERSION_PATCH=1
+GEOS_VERSION_PATCH=2
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=
+GEOS_PATCH_WORD=dev
 
 # GEOS CAPI Versions
 #
@@ -16,7 +16,7 @@ GEOS_PATCH_WORD=
 #   ( THIS MUST BE CAREFULLY AVOIDED )
 #
 CAPI_INTERFACE_CURRENT=19
-CAPI_INTERFACE_REVISION=1
+CAPI_INTERFACE_REVISION=2
 CAPI_INTERFACE_AGE=18
 
 # JTS Port

-----------------------------------------------------------------------

Summary of changes:
 HOWTO_RELEASE | 2 +-
 NEWS.md       | 2 ++
 Version.txt   | 6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list