Skip to content

Commit 35a44cc

Browse files
committed
Prepare for 3.10.0 rc3
1 parent c197f38 commit 35a44cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: Please cite this software using these metadata or in the CITATION file.
33
type: software
44
title: GDAL
55
version: 3.10.0
6-
date-released: 2024-10-30
6+
date-released: 2024-11-01
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

gcore/gdal_version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
2626
#ifndef GDAL_RELEASE_DATE
27-
# define GDAL_RELEASE_DATE 20241030
27+
# define GDAL_RELEASE_DATE 20241101
2828
#endif
2929
#ifndef GDAL_RELEASE_NAME
3030
# define GDAL_RELEASE_NAME "3.10.0"

0 commit comments

Comments
 (0)