Skip to content

Commit b74fefb

Browse files
committed
Prep for 3.12.2 release
1 parent d20c3ee commit b74fefb

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

HOWTO_RELEASE

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
$ ctest --output-on-failure .
2222
$ cmake --build . --target distcheck
2323

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

2627
5. Commit the changes in the NEWS file.
2728
Push changes with: git push origin,
@@ -56,4 +57,4 @@
5657

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

59-
12. Announce on geos-devel
60+
12. Announce on geos-devel

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Changes in 3.12.2
2-
xxxx-xx-xx
2+
2024-06-05
33

44
- Fixes:
55
- Intersection: change to using DoubleDouble computation to improve robustness (GH-937, Martin Davis)

Version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=12
55
GEOS_VERSION_PATCH=2
66

77
# OPTIONS: "", "dev", "rc1" etc.
8-
GEOS_PATCH_WORD=dev
8+
GEOS_PATCH_WORD=
99

1010
# GEOS CAPI Versions
1111
#

include/geos/geom/LineSegment.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class GEOS_DLL LineSegment {
248248

249249
/// Computes the midpoint of the segment
250250
//
251-
/// @param ret will be set to the midpoint of the segment
251+
/// @return the midpoint of the segment
252252
///
253253
CoordinateXY midPoint() const
254254
{

0 commit comments

Comments
 (0)