]> granicus.if.org Git - postgis/commitdiff
flip switch to PostGIS 2.3.0rc1
authorRegina Obe <lr@pcorp.us>
Mon, 19 Sep 2016 05:17:35 +0000 (05:17 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 19 Sep 2016 05:17:35 +0000 (05:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15120 b70326c6-7e19-0410-871a-916f4a2858ee

Version.config
extensions/upgradeable_versions.mk

index 27feb26f11e40989147118e6945cf18ee93cff7d..b3dd177d0b8a22734460eb93076508700472bfe4 100644 (file)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=0rc1dev
+POSTGIS_MICRO_VERSION=0rc1
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
index 1c4e15fc7881b52ae0a37d575be9b7bbe60b224e..d0a65866f4cb0f2afbe82781a9a1c84c8d1cccf4 100644 (file)
@@ -21,7 +21,8 @@ UPGRADEABLE_VERSIONS = \
        2.2.1 \
        2.2.2 \
        2.3.0dev \
-       2.3.0beta1
+       2.3.0beta1 \
+       2.3.0rc1dev
 
 # This is to avoid forcing "check-installed-upgrades" as a default
 # rule, see https://trac.osgeo.org/postgis/ticket/3420