]> granicus.if.org Git - postgis/commitdiff
flip version number back to 2.4.0dev
authorRegina Obe <lr@pcorp.us>
Sat, 5 Aug 2017 18:52:44 +0000 (18:52 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 5 Aug 2017 18:52:44 +0000 (18:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15534 b70326c6-7e19-0410-871a-916f4a2858ee

Version.config
extensions/upgradeable_versions.mk

index d4178c9100d96fd8f370171b771d6e0d8316425c..59dfdcb69fc65e4180b79b60d0df4b329de8eb0a 100644 (file)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=0alpha
+POSTGIS_MICRO_VERSION=0dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
index 9a63a71ca9774729351b0d7f24768032a0606e6b..1e9c7590cb445a0ddccf68cd69775dffff8153dc 100644 (file)
@@ -27,7 +27,7 @@ UPGRADEABLE_VERSIONS = \
        2.3.1 \
        2.3.2 \
        2.3.3 \
-       2.4.0dev
+       2.4.0alpha
 
 # This is to avoid forcing "check-installed-upgrades" as a default
 # rule, see https://trac.osgeo.org/postgis/ticket/3420