Skip to content

Commit

Permalink
Set master to 3.9.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 6, 2023
1 parent 9b256ee commit 9a3e48a
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.8.0
3.9.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 8
# define GDAL_VERSION_MINOR 9
# 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 20231106
# define GDAL_RELEASE_DATE 20239999
#endif
#ifndef GDAL_RELEASE_NAME
# define GDAL_RELEASE_NAME "3.8.0"
# define GDAL_RELEASE_NAME "3.9.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, 8, 0, 0)
gdal_utils_version = (3, 8, 99, 0)
__version__ = ".".join(str(i) for i in gdal_utils_version)
__author__ = "Frank Warmerdam"
__author_email__ = "warmerdam@pobox.com"
Expand Down

0 comments on commit 9a3e48a

Please sign in to comment.