From d7a5a51cb762675f3d068a37d02a31142fd6f822 Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Sun, 29 Oct 2023 14:40:00 -0700 Subject: [PATCH] Add GEOSOrientPolygons version number doc --- capi/geos_c.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in index e108784b87..d5dd9c4257 100644 --- a/capi/geos_c.h.in +++ b/capi/geos_c.h.in @@ -2949,6 +2949,7 @@ extern int GEOS_DLL GEOSNormalize(GEOSGeometry* g); * \param exteriorCW if 1, exterior rings will be clockwise and interior rings * will be counter-clockwise * \return 0 on success or -1 on exception +* \since 3.12 */ extern int GEOS_DLL GEOSOrientPolygons(GEOSGeometry* g, int exteriorCW);