Update master to 3.11.0dev

This commit is contained in:
Even Rouault 2024-10-15 13:45:03 +02:00
parent 5eb0bfe08a
commit e90fbbadab
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
3 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.10.0 3.11.0

View File

@ -6,7 +6,7 @@
#ifndef GDAL_VERSION_MAJOR #ifndef GDAL_VERSION_MAJOR
# define GDAL_VERSION_MAJOR 3 # define GDAL_VERSION_MAJOR 3
# define GDAL_VERSION_MINOR 10 # define GDAL_VERSION_MINOR 11
# define GDAL_VERSION_REV 0 # define GDAL_VERSION_REV 0
# define GDAL_VERSION_BUILD 0 # define GDAL_VERSION_BUILD 0
#endif #endif
@ -24,9 +24,9 @@
#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME) #if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
#ifndef GDAL_RELEASE_DATE #ifndef GDAL_RELEASE_DATE
# define GDAL_RELEASE_DATE 20249999 # define GDAL_RELEASE_DATE 20259999
#endif #endif
#ifndef GDAL_RELEASE_NAME #ifndef GDAL_RELEASE_NAME
# define GDAL_RELEASE_NAME "3.10.0dev" # define GDAL_RELEASE_NAME "3.11.0dev"
#endif #endif
#endif #endif

View File

@ -1,5 +1,5 @@
__package_name__ = "gdal-utils" __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) __version__ = ".".join(str(i) for i in gdal_utils_version)
__author__ = "Frank Warmerdam" __author__ = "Frank Warmerdam"
__author_email__ = "warmerdam@pobox.com" __author_email__ = "warmerdam@pobox.com"