From: Sandro Santilli Date: Fri, 9 Oct 2015 08:11:32 +0000 (+0000) Subject: Set liblwgeom versioning to 0:0:0 (why start at 1?) X-Git-Tag: 2.3.0beta1~434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6b5b4adbb44bf70b95a758d763684fecc4a3a8e;p=postgis 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 --- diff --git a/Version.config b/Version.config index e0679c496..b4022fca9 100644 --- a/Version.config +++ b/Version.config @@ -7,11 +7,11 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=3 POSTGIS_MICRO_VERSION=0dev -# Liblwgeom interface versioning, reset to 1:0:0 (cur:age:rev) +# 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=1 +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).