Skip to content

Commit

Permalink
Bump versions for 3.10.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jan 15, 2022
1 parent 998d602 commit 165ec2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HOWTO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

$ BRANCH_NAME=3.10
$ git clone --depth 1 --branch $BRANCH_NAME \
https://git.osgeo.org/gitea/geos/geos.git geos-$BRANCH_NAME
https://github.com/libgeos/geos.git geos-$BRANCH_NAME
$ cd geos-$BRANCH_NAME
$ mkdir _build && cd _build
$ cmake ..
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Changes in 3.10.2
2021-xx-xx
2022-01-15

- Fixes/Improvements:
- Fix crash in MonotoneChain with empty CoordinateSequence (GH-539, Sandro Santilli)
Expand Down
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=10
GEOS_VERSION_PATCH=2

# OPTIONS: "", "dev", "rc1" etc.
GEOS_PATCH_WORD=dev
GEOS_PATCH_WORD=

# GEOS CAPI Versions
#
Expand Down

0 comments on commit 165ec2c

Please sign in to comment.