From e6b5b4adbb44bf70b95a758d763684fecc4a3a8e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 9 Oct 2015 08:11:32 +0000 Subject: [PATCH] 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 --- Version.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.50.1