From 0aa55eb6ac7a79eaac51bc66ee0ac0b568c2eec4 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 6 Sep 2024 18:00:13 +0200 Subject: [PATCH] Update version numbers for 4.7.0 --- ChangeLog | 4 ++++ RELEASE-DATE | 2 +- VERSION | 2 +- configure.ac | 10 +++++----- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7056679..c23ce730 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-09-06 Even Rouault + + libtiff v4.7.0rc1 preparation + 2024-09-06 Even Rouault Merge branch 'autoconf-archive' into 'master' diff --git a/RELEASE-DATE b/RELEASE-DATE index 68d94343..a2aca132 100644 --- a/RELEASE-DATE +++ b/RELEASE-DATE @@ -1 +1 @@ -20230908 +20240906 diff --git a/VERSION b/VERSION index 6016e8ad..f6cdf409 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6.0 +4.7.0 diff --git a/configure.ac b/configure.ac index 50f1d434..23d3586e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl OF THIS SOFTWARE. dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([LibTIFF Software],[4.6.0],[tiff@lists.osgeo.org],[tiff]) +AC_INIT([LibTIFF Software],[4.7.0],[tiff@lists.osgeo.org],[tiff]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(m4) AC_LANG(C) @@ -40,7 +40,7 @@ AM_MAINTAINER_MODE dnl Versioning. dnl Don't fill the ALPHA_VERSION field, if not applicable. LIBTIFF_MAJOR_VERSION=4 -LIBTIFF_MINOR_VERSION=6 +LIBTIFF_MINOR_VERSION=7 LIBTIFF_MICRO_VERSION=0 LIBTIFF_ALPHA_VERSION= LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION @@ -77,9 +77,9 @@ dnl 5. If any interfaces have been added since the last public release, then dnl increment age. dnl 6. If any interfaces have been removed since the last public release, dnl then set age to 0. -LIBTIFF_CURRENT=6 -LIBTIFF_REVISION=2 -LIBTIFF_AGE=0 +LIBTIFF_CURRENT=7 +LIBTIFF_REVISION=0 +LIBTIFF_AGE=1 LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE # This is a special hack for OpenBSD and MirOS systems. The dynamic linker