From 5287c5691558c355a67fea90e4d9eea319890ed0 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 2 Sep 2017 16:38:35 +0000 Subject: [PATCH] flip version number back to 2.4.0dev git-svn-id: http://svn.osgeo.org/postgis/trunk@15615 b70326c6-7e19-0410-871a-916f4a2858ee --- Version.config | 2 +- extensions/upgradeable_versions.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Version.config b/Version.config index 9638c3195..59dfdcb69 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=4 -POSTGIS_MICRO_VERSION=0beta1 +POSTGIS_MICRO_VERSION=0dev # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev) # when changing POSTGIS_MINOR_VERSION diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 503e99702..75a46e585 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -28,4 +28,4 @@ UPGRADEABLE_VERSIONS = \ 2.3.2 \ 2.3.3 \ 2.4.0alpha \ - 2.4.0dev + 2.4.0beta1 -- 2.40.0