From 27b5611353ae0cfe6d4e0244ef3272723845bd14 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 22 Apr 2024 13:29:26 +0200 Subject: [PATCH] Update master to 3.10.0dev --- VERSION | 2 +- gcore/gdal_version.h.in | 6 +++--- swig/python/gdal-utils/osgeo_utils/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index a5c4c763394f..30291cba2230 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.9.0 +3.10.0 diff --git a/gcore/gdal_version.h.in b/gcore/gdal_version.h.in index 52650e1b05ee..d7b4c9fd9e90 100644 --- a/gcore/gdal_version.h.in +++ b/gcore/gdal_version.h.in @@ -6,7 +6,7 @@ #ifndef GDAL_VERSION_MAJOR # define GDAL_VERSION_MAJOR 3 -# define GDAL_VERSION_MINOR 9 +# define GDAL_VERSION_MINOR 10 # define GDAL_VERSION_REV 0 # define GDAL_VERSION_BUILD 0 #endif @@ -24,9 +24,9 @@ #if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME) #ifndef GDAL_RELEASE_DATE -# define GDAL_RELEASE_DATE 20239999 +# define GDAL_RELEASE_DATE 20249999 #endif #ifndef GDAL_RELEASE_NAME -# define GDAL_RELEASE_NAME "3.9.0dev" +# define GDAL_RELEASE_NAME "3.10.0dev" #endif #endif diff --git a/swig/python/gdal-utils/osgeo_utils/__init__.py b/swig/python/gdal-utils/osgeo_utils/__init__.py index ed0443cbe2b3..817dc2c6599a 100644 --- a/swig/python/gdal-utils/osgeo_utils/__init__.py +++ b/swig/python/gdal-utils/osgeo_utils/__init__.py @@ -1,5 +1,5 @@ __package_name__ = "gdal-utils" -gdal_utils_version = (3, 9, 0, 0) +gdal_utils_version = (3, 9, 99, 0) __version__ = ".".join(str(i) for i in gdal_utils_version) __author__ = "Frank Warmerdam" __author_email__ = "warmerdam@pobox.com"