]> granicus.if.org Git - postgis/commitdiff
Bump trunk to rc1dev
authorRegina Obe <lr@pcorp.us>
Tue, 6 Sep 2016 06:36:28 +0000 (06:36 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 6 Sep 2016 06:36:28 +0000 (06:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15064 b70326c6-7e19-0410-871a-916f4a2858ee

Version.config
extensions/upgradeable_versions.mk

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