Skip to content

Commit f294525

Browse files
committed
Prepare for GDAL 3.1.4RC2
1 parent f30e5cb commit f294525

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

gdal/NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The 3.1.4 release is a bug fix release.
55
== Build ==
66

77
* Add compatiblity with Jasper 2.0.21 (#3012)
8+
* Support CharLS 2.1 on Debian as well (#3083)
89
* fix build in AVC driver in VSIL_STRICT_ENFORCE mode
910
* mkgdaldist.sh: remove doc/.doxygen_up_to_date from generated tarballs (#3032)
1011

gdal/gcore/gdal_version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#if !defined(DO_NOT_DEFINE_GDAL_RELEASE_DATE_AND_GDAL_RELEASE_NAME)
2626
#ifndef GDAL_RELEASE_DATE
27-
# define GDAL_RELEASE_DATE 20201019
27+
# define GDAL_RELEASE_DATE 20201020
2828
#endif
2929
#ifndef GDAL_RELEASE_NAME
3030
# define GDAL_RELEASE_NAME "3.1.4"

0 commit comments

Comments
 (0)