Skip to content
Commits on Source (4)
gdal (2.3.3~rc2+dfsg-1~exp1) experimental; urgency=medium
* New upstream release candidate.
-- Bas Couwenberg <sebastic@debian.org> Fri, 14 Dec 2018 17:07:19 +0100
gdal (2.3.3~rc1+dfsg-1~exp1) experimental; urgency=medium
* New upstream release candidate.
......
......@@ -7,7 +7,7 @@
#ifndef GDAL_VERSION_MAJOR
# define GDAL_VERSION_MAJOR 2
# define GDAL_VERSION_MINOR 3
# define GDAL_VERSION_REV 2
# define GDAL_VERSION_REV 3
# define GDAL_VERSION_BUILD 0
#endif
......@@ -24,9 +24,9 @@
#if !defined(DO_NOT_DEFINE_GDAL_RELEASE_DATE_AND_GDAL_RELEASE_NAME)
#ifndef GDAL_RELEASE_DATE
# define GDAL_RELEASE_DATE 20180921
# define GDAL_RELEASE_DATE 20181214
#endif
#ifndef GDAL_RELEASE_NAME
# define GDAL_RELEASE_NAME "2.3.2"
# define GDAL_RELEASE_NAME "2.3.3"
#endif
#endif