Skip to content

Commit

Permalink
Update master to 3.10.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 22, 2024
1 parent 5cc7be7 commit 27b5611
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.0
3.10.0
6 changes: 3 additions & 3 deletions gcore/gdal_version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion swig/python/gdal-utils/osgeo_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected]"
Expand Down

0 comments on commit 27b5611

Please sign in to comment.