From e068d35c47f785e5141c7d6a8f23a4d43846fff8 Mon Sep 17 00:00:00 2001
From: Martin Davis <mtnclimb@gmail.com>
Date: Sun, 29 Oct 2023 14:27:26 -0700
Subject: [PATCH] Fix GEOSGeom_releaseCollection version doc

---
 capi/geos_c.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index faef974944..e108784b87 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -2484,7 +2484,7 @@ extern GEOSGeometry GEOS_DLL *GEOSGeom_createCollection(
 *       with GEOSFree() and all the elements with GEOSGeom_destroy().
 *       If called with an empty collection, null will be returned
 *       and ngeoms set to zero.
-* \since 3.4
+* \since 3.12
 */
 extern GEOSGeometry GEOS_DLL ** GEOSGeom_releaseCollection(
     GEOSGeometry * collection,