Skip to content

Commit 6d3d306

Browse files
committed
Update numbers for 3.12.0 release
1 parent b262463 commit 6d3d306

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.12.0beta1
6-
date-released: 2025-10-20
5+
version: 3.12.0
6+
date-released: 2025-11-03
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
@@ -23,7 +23,7 @@
2323

2424
#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
2525
#ifndef GDAL_RELEASE_DATE
26-
# define GDAL_RELEASE_DATE 20251020
26+
# define GDAL_RELEASE_DATE 20251103
2727
#endif
2828
#ifndef GDAL_RELEASE_NAME
2929
# define GDAL_RELEASE_NAME "3.12.0"

0 commit comments

Comments
 (0)