Skip to content

Commit

Permalink
Prep for 3.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jun 5, 2024
1 parent d20c3ee commit b74fefb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions HOWTO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
$ ctest --output-on-failure .
$ cmake --build . --target distcheck

4. Update the NEWS file (extract most important things from the repository log). Make sure to update the release date.
4. Update the NEWS file (extract most important things from the
repository log). Make sure to update the release date.

5. Commit the changes in the NEWS file.
Push changes with: git push origin,
Expand Down Expand Up @@ -56,4 +57,4 @@

11. Close current GitHub milestone and add a new one for next release.

12. Announce on geos-devel
12. Announce on geos-devel
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Changes in 3.12.2
xxxx-xx-xx
2024-06-05

- Fixes:
- Intersection: change to using DoubleDouble computation to improve robustness (GH-937, Martin Davis)
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=12
GEOS_VERSION_PATCH=2

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

# GEOS CAPI Versions
#
Expand Down
2 changes: 1 addition & 1 deletion include/geos/geom/LineSegment.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class GEOS_DLL LineSegment {

/// Computes the midpoint of the segment
//
/// @param ret will be set to the midpoint of the segment
/// @return the midpoint of the segment
///
CoordinateXY midPoint() const
{
Expand Down

0 comments on commit b74fefb

Please sign in to comment.