postgis/Version.config
Sandro Santilli e6b5b4adbb Set liblwgeom versioning to 0:0:0 (why start at 1?)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14238 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-09 08:11:32 +00:00

23 lines
759 B
Plaintext

# Version numbering central repository, to be included from various
# places during the build process
# See HOWTO_RELEASE file in SVN for definitions of those three.
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=3
POSTGIS_MICRO_VERSION=0dev
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
# Current interface, increments when adding an interface
LIBLWGEOM_IFACE_CUR=0
# Age of current interface, only changes when current interface
# changes, either incrementing with it (compatible change) or
# going back to zero (incompatible change).
LIBLWGEOM_IFACE_AGE=0
# Revision of current interface, set to 0 when adding an interface
# or increment when just changing implementations.
LIBLWGEOM_IFACE_REV=0