]> granicus.if.org Git - postgis/commitdiff
Bump to next dev revision
authorRegina Obe <lr@pcorp.us>
Tue, 31 Jan 2017 05:05:06 +0000 (05:05 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 31 Jan 2017 05:05:06 +0000 (05:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@15303 b70326c6-7e19-0410-871a-916f4a2858ee

Version.config
extensions/upgradeable_versions.mk

index 26c7df6b2daf36c7a207eada9357f9781958a216..3219aa38d64ee0c2770720ca6fb9194dda50d95a 100644 (file)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=2
+POSTGIS_MICRO_VERSION=3dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
index 751ae95143d5c1c098b95873085bd3dc4085b645..5a83e62e58fadb6b8c55f07f87b8e12ccf33e859 100644 (file)
@@ -24,7 +24,8 @@ UPGRADEABLE_VERSIONS = \
        2.2.4 \
        2.2.5 \
        2.3.0 \
-       2.3.1
+       2.3.1 \
+    2.3.2
 
 # This is to avoid forcing "check-installed-upgrades" as a default
 # rule, see https://trac.osgeo.org/postgis/ticket/3420