From 9b256eeabcb734cc3c3f596e55a323c220612462 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 6 Nov 2023 10:39:03 +0100 Subject: [PATCH] Prepare for GDAL 3.8.0 --- CITATION | 2 +- CITATION.cff | 4 ++-- gcore/gdal_version.h.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION b/CITATION index 487c048b32a8..6424822b84a4 100644 --- a/CITATION +++ b/CITATION @@ -1,6 +1,6 @@ To cite GDAL/OGR in publications use: - GDAL/OGR contributors (2022). GDAL/OGR Geospatial Data Abstraction + GDAL/OGR contributors (2023). GDAL/OGR Geospatial Data Abstraction software Library. Open Source Geospatial Foundation. URL https://gdal.org DOI: 10.5281/zenodo.5884351 diff --git a/CITATION.cff b/CITATION.cff index 41d065a49c8d..c881541c7f17 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 message: Please cite this software using these metadata or in the CITATION file. type: software title: GDAL -version: 3.7.0 -date-released: 2023-05-02 +version: 3.8.0 +date-released: 2023-11-06 doi: 10.5281/zenodo.5884351 abstract: GDAL is a translator library for raster and vector geospatial data formats that is released under an MIT style Open Source License by the Open diff --git a/gcore/gdal_version.h.in b/gcore/gdal_version.h.in index bde789a03d03..75083ec4af73 100644 --- a/gcore/gdal_version.h.in +++ b/gcore/gdal_version.h.in @@ -24,9 +24,9 @@ #if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME) #ifndef GDAL_RELEASE_DATE -# define GDAL_RELEASE_DATE 20231031 +# define GDAL_RELEASE_DATE 20231106 #endif #ifndef GDAL_RELEASE_NAME -# define GDAL_RELEASE_NAME "3.8.0beta1" +# define GDAL_RELEASE_NAME "3.8.0" #endif #endif