Update master to 3.11.0dev
This commit is contained in:
parent
5eb0bfe08a
commit
e90fbbadab
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue