Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
New upstream version 2.3.3~rc2+dfsg
· 8e9e49e4
Bas Couwenberg
authored
Dec 14, 2018
8e9e49e4
Merge tag 'upstream/2.3.3_rc2+dfsg' into experimental
· 598dbd7a
Bas Couwenberg
authored
Dec 14, 2018
Upstream version 2.3.3~rc2+dfsg
598dbd7a
New upstream release candidate.
· 95d7ebf1
Bas Couwenberg
authored
Dec 14, 2018
95d7ebf1
Set distribution to experimental.
· c3f94a13
Bas Couwenberg
authored
Dec 14, 2018
c3f94a13
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c3f94a13
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.
...
...
gcore/gdal_version.h.in
View file @
c3f94a13
...
...
@@ -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 2018
09
21
# define GDAL_RELEASE_DATE 2018
1
21
4
#endif
#ifndef GDAL_RELEASE_NAME
# define GDAL_RELEASE_NAME "2.3.
2
"
# define GDAL_RELEASE_NAME "2.3.
3
"
#endif
#endif