From 6bcf43890db46ba0b77cc011030e110d894a6690 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 29 Mar 2019 21:15:22 +0100 Subject: [PATCH] Prepare for libgeotiff 1.5.1 --- libgeotiff/CMakeLists.txt | 2 +- libgeotiff/Makefile.am | 2 +- libgeotiff/NEWS | 5 +++++ libgeotiff/configure.ac | 2 +- libgeotiff/geotiff.h | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libgeotiff/CMakeLists.txt b/libgeotiff/CMakeLists.txt index b76fca4d..c298a2e3 100644 --- a/libgeotiff/CMakeLists.txt +++ b/libgeotiff/CMakeLists.txt @@ -19,7 +19,7 @@ SET(CMAKE_COLOR_MAKEFILE ON) # Version information set(PROJECT_VERSION_MAJOR 1) set(PROJECT_VERSION_MINOR 5) -set(PROJECT_VERSION_PATCH 0) +set(PROJECT_VERSION_PATCH 1) set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") set(GeoTIFF_VERSION ${PROJECT_VERSION}) diff --git a/libgeotiff/Makefile.am b/libgeotiff/Makefile.am index 16288f8e..d6b2c39d 100644 --- a/libgeotiff/Makefile.am +++ b/libgeotiff/Makefile.am @@ -52,7 +52,7 @@ libgeotiff_la_SOURCES = cpl_serv.c \ geo_strtod.c \ geotiff_proj4.c -libgeotiff_la_LDFLAGS = -version-info 5:0:0 +libgeotiff_la_LDFLAGS = -version-info 5:1:0 libgeotiff_la_LIBADD = libxtiff/libxtiff.la diff --git a/libgeotiff/NEWS b/libgeotiff/NEWS index f1d70078..9fc704d8 100644 --- a/libgeotiff/NEWS +++ b/libgeotiff/NEWS @@ -1,3 +1,8 @@ +libgeotiff 1.5.1 +---------------- + +* re-add #define SetCSVFilenameHook gtSetCSVFilenameHook for compatibility with GDAL 2.4.x + libgeotiff 1.5.0 ---------------- diff --git a/libgeotiff/configure.ac b/libgeotiff/configure.ac index 3d4b986b..aa38af4a 100644 --- a/libgeotiff/configure.ac +++ b/libgeotiff/configure.ac @@ -2,7 +2,7 @@ m4_define([VERSION_MAJOR], [1]) m4_define([VERSION_MINOR], [5]) -m4_define([VERSION_POINT], [0]) +m4_define([VERSION_POINT], [1]) m4_define([GEOTIFF_VERSION], [VERSION_MAJOR.VERSION_MINOR.VERSION_POINT]) diff --git a/libgeotiff/geotiff.h b/libgeotiff/geotiff.h index 6c34a79e..b9e4892c 100644 --- a/libgeotiff/geotiff.h +++ b/libgeotiff/geotiff.h @@ -30,7 +30,7 @@ */ #define GvCurrentVersion 1 -#define LIBGEOTIFF_VERSION 1500 +#define LIBGEOTIFF_VERSION 1510 #include "geo_config.h" #include "geokeys.h"