Skip to content

Commit b2e5f04

Browse files
committed
Prepare for GDAL 3.0.0RC2
1 parent 637b8f2 commit b2e5f04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdal/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ COSAR driver:
123123
* avoid out-of-bound write on corrupted dataset. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12360.
124124

125125
EEDA driver:
126-
* report 'path' metdata in 'path' field
126+
* switch to v1alpha API (#1506)
127127

128128
GPKG driver:
129129
* allow negative srs_id values in gpkg_spatial_ref_sys

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 20190502
27+
# define GDAL_RELEASE_DATE 20190505
2828
#endif
2929
#ifndef GDAL_RELEASE_NAME
3030
# define GDAL_RELEASE_NAME "3.0.0"

0 commit comments

Comments
 (0)