]> granicus.if.org Git - postgis/commitdiff
Add missing 2.3.4 upgrade path (as provided by Muhammad Usama)
authorRegina Obe <lr@pcorp.us>
Thu, 9 Nov 2017 08:48:33 +0000 (08:48 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 9 Nov 2017 08:48:33 +0000 (08:48 +0000)
Also remove 2.4.0 dev releases and add missing 2.2.6 and 2.4.1 and 2.4.2dev
References #3926 for PostGIS 2.5 (trunk)

git-svn-id: http://svn.osgeo.org/postgis/trunk@16097 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/upgradeable_versions.mk

index 11906d341562573b8664a1068eee3c773186aece..68f270a7229568bd18a30f10d5851b9d20022e9d 100644 (file)
@@ -23,10 +23,12 @@ UPGRADEABLE_VERSIONS = \
        2.2.3 \
        2.2.4 \
        2.2.5 \
+       2.2.6 \
        2.3.0 \
        2.3.1 \
        2.3.2 \
        2.3.3 \
-       2.4.0rc1 \
-       2.4.0dev \
-       2.4.0
+       2.3.4 \
+       2.4.0 \
+       2.4.1 \
+       2.4.2dev