libgeos / geos

Geometry Engine, Open Source
https://libgeos.org
GNU Lesser General Public License v2.1
1.1k stars 339 forks source link

Versioning confusion #1091

Closed strk closed 3 weeks ago

strk commented 3 weeks ago

The 3.12 branch has these:

CAPI_INTERFACE_CURRENT=19
CAPI_INTERFACE_REVISION=2
CAPI_INTERFACE_AGE=18

The main branch has these:

CAPI_INTERFACE_CURRENT=19
CAPI_INTERFACE_REVISION=0
CAPI_INTERFACE_AGE=18

The result is that library from 3.12 branch is always used in preference of library from main branch