Skip to content

Commit 51ac2f7

Browse files
committed
Bump version number to 3.11.4
1 parent 70d4036 commit 51ac2f7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cff-version: 1.2.0
22
message: Please cite this software using these metadata or in the CITATION file.
33
type: software
44
title: GDAL
5-
version: 3.11.3
6-
date-released: 2025-07-12
5+
version: 3.11.4
6+
date-released: 2025-09-04
77
doi: 10.5281/zenodo.5884351
88
abstract: GDAL is a translator library for raster and vector geospatial data
99
formats that is released under an MIT style Open Source License by the Open

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.3
1+
3.11.4

gcore/gdal_version.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef GDAL_VERSION_MAJOR
77
# define GDAL_VERSION_MAJOR 3
88
# define GDAL_VERSION_MINOR 11
9-
# define GDAL_VERSION_REV 3
9+
# define GDAL_VERSION_REV 4
1010
# define GDAL_VERSION_BUILD 0
1111
#endif
1212

@@ -23,10 +23,10 @@
2323

2424
#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
2525
#ifndef GDAL_RELEASE_DATE
26-
# define GDAL_RELEASE_DATE 20250712
26+
# define GDAL_RELEASE_DATE 20250904
2727
#endif
2828
#ifndef GDAL_RELEASE_NAME
29-
# define GDAL_RELEASE_NAME "3.11.3"
29+
# define GDAL_RELEASE_NAME "3.11.4"
3030
#endif
3131

3232
#ifndef GDAL_RELEASE_NICKNAME

swig/python/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ special about gdal.)
2929

3030
* SWIG (4 or greater).
3131

32-
* libgdal (3.11.3 or greater).
32+
* libgdal (3.11.4 or greater).
3333

3434
* numpy (1.0.0 or greater). This is not force-required by the build,
3535
but many examples and utilities will not work without it. At least

swig/python/gdal-utils/osgeo_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__package_name__ = "gdal-utils"
2-
gdal_utils_version = (3, 11, 3, 0)
2+
gdal_utils_version = (3, 11, 4, 0)
33
__version__ = ".".join(str(i) for i in gdal_utils_version)
44
__author__ = "Frank Warmerdam"
55
__author_email__ = "[email protected]"

0 commit comments

Comments
 (0)