]> granicus.if.org Git - postgis/commitdiff
Set liblwgeom versioning to 0:0:0 (why start at 1?)
authorSandro Santilli <strk@keybit.net>
Fri, 9 Oct 2015 08:11:32 +0000 (08:11 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 9 Oct 2015 08:11:32 +0000 (08:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14238 b70326c6-7e19-0410-871a-916f4a2858ee

Version.config

index e0679c4964c990a946a1254ac2c84030a7d4b768..b4022fca9045e2c14a5cb64db82f6ce622468d36 100644 (file)
@@ -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).