Skip to content

Commit d128e3f

Browse files
committed
gcore/gdal_version.h.in: update for 2.3.3
1 parent 0dd2f6d commit d128e3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gdal/gcore/gdal_version.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#ifndef GDAL_VERSION_MAJOR
88
# define GDAL_VERSION_MAJOR 2
99
# define GDAL_VERSION_MINOR 3
10-
# define GDAL_VERSION_REV 2
10+
# define GDAL_VERSION_REV 3
1111
# define GDAL_VERSION_BUILD 0
1212
#endif
1313

@@ -24,9 +24,9 @@
2424

2525
#if !defined(DO_NOT_DEFINE_GDAL_RELEASE_DATE_AND_GDAL_RELEASE_NAME)
2626
#ifndef GDAL_RELEASE_DATE
27-
# define GDAL_RELEASE_DATE 20180921
27+
# define GDAL_RELEASE_DATE 20181214
2828
#endif
2929
#ifndef GDAL_RELEASE_NAME
30-
# define GDAL_RELEASE_NAME "2.3.2"
30+
# define GDAL_RELEASE_NAME "2.3.3"
3131
#endif
3232
#endif

0 commit comments

Comments
 (0)