From e90fbbadabdc8b32cf343bc3c579974ed143f6e2 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 15 Oct 2024 13:45:03 +0200 Subject: [PATCH] Update master to 3.11.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 30291cba22..afad818663 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.0 +3.11.0 diff --git a/gcore/gdal_version.h.in b/gcore/gdal_version.h.in index d7b4c9fd9e..059d28cc4b 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 10 +# define GDAL_VERSION_MINOR 11 # 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 20249999 +# define GDAL_RELEASE_DATE 20259999 #endif #ifndef GDAL_RELEASE_NAME -# define GDAL_RELEASE_NAME "3.10.0dev" +# define GDAL_RELEASE_NAME "3.11.0dev" #endif #endif diff --git a/swig/python/gdal-utils/osgeo_utils/__init__.py b/swig/python/gdal-utils/osgeo_utils/__init__.py index 817dc2c659..021dc4546b 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, 99, 0) +gdal_utils_version = (3, 10, 99, 0) __version__ = ".".join(str(i) for i in gdal_utils_version) __author__ = "Frank Warmerdam" __author_email__ = "warmerdam@pobox.com"