From abcae668d781efcd4e613d28eb8e0815a2de294c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 19 Sep 2023 00:18:37 +0200 Subject: [PATCH] Prepare for 0.22.1 release. * gettext-runtime/intl/Makefile.am (LTV_*): Bump to 12:0:4. * gettext-runtime/intl/libgnuintl.in.h (LIBINTL_VERSION): Bump. * gettext-tools/libgettextpo/gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump. * libtextstyle/version.sh: Update VERSION_NUMBER, RELEASE_DATE. * libtextstyle/lib/Makefile.am (LTV_*): Bump to 2:1:2. * gettext-tools/libgettextpo/Makefile.am (LTV_*): Bump to 5:10:5. * gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.22.1. * gettext-tools/misc/autopoint.in: Allow version 0.22.1. --- gettext-runtime/intl/Makefile.am | 4 ++-- gettext-runtime/intl/libgnuintl.in.h | 2 +- gettext-tools/configure.ac | 2 +- gettext-tools/libgettextpo/Makefile.am | 2 +- gettext-tools/libgettextpo/gettext-po.in.h | 2 +- gettext-tools/misc/autopoint.in | 2 +- libtextstyle/lib/Makefile.am | 2 +- libtextstyle/version.sh | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gettext-runtime/intl/Makefile.am b/gettext-runtime/intl/Makefile.am index f6d8f547b..753e75e5f 100644 --- a/gettext-runtime/intl/Makefile.am +++ b/gettext-runtime/intl/Makefile.am @@ -436,9 +436,9 @@ endif # Libtool's library version information for libintl. # Before making a gettext release, you must change this according to the # libtool documentation, section "Library interface versions". -LTV_CURRENT=11 +LTV_CURRENT=12 LTV_REVISION=0 -LTV_AGE=3 +LTV_AGE=4 # How to build libintl.la and libgnuintl.la. # Limit the exported symbols: Don't export _libintl_* (from gnulib modules). diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index c1623d091..1aad034d4 100644 --- a/gettext-runtime/intl/libgnuintl.in.h +++ b/gettext-runtime/intl/libgnuintl.in.h @@ -54,7 +54,7 @@ extern "C" { /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBINTL_VERSION 0x001600 +#define LIBINTL_VERSION 0x001601 extern int libintl_version; diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index a6b618443..5cb4afdd8 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -509,7 +509,7 @@ changequote([,])dnl fi AC_SUBST([ARCHIVE_FORMAT]) -ARCHIVE_VERSION=0.22 +ARCHIVE_VERSION=0.22.1 AC_SUBST([ARCHIVE_VERSION]) PACKAGE_SUFFIX="-$ARCHIVE_VERSION" diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 8b0751b63..5fc670807 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -106,7 +106,7 @@ libgettextpo_la_AUXSOURCES = \ # Libtool's library version information for libgettextpo. # See the libtool documentation, section "Library interface versions". LTV_CURRENT=5 -LTV_REVISION=9 +LTV_REVISION=10 LTV_AGE=5 # How to build libgettextpo.la. diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index b69b6606b..07a858ca2 100644 --- a/gettext-tools/libgettextpo/gettext-po.in.h +++ b/gettext-tools/libgettextpo/gettext-po.in.h @@ -28,7 +28,7 @@ extern "C" { /* =========================== Meta Information ============================ */ /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBGETTEXTPO_VERSION 0x001600 +#define LIBGETTEXTPO_VERSION 0x001601 extern int libgettextpo_version; /* ================================= Types ================================= */ diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 3b0753da6..2fa35743f 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -391,7 +391,7 @@ case "$ver" in 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 | \ 0.20 | 0.20.2 | \ 0.21 | 0.21.1 | \ - 0.22 ) + 0.22 | 0.22.1 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am index d2a6cae15..bf4b4086b 100644 --- a/libtextstyle/lib/Makefile.am +++ b/libtextstyle/lib/Makefile.am @@ -286,7 +286,7 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 # Libtool's library version information for libtextstyle. # See the libtool documentation, section "Library interface versions". LTV_CURRENT=2 -LTV_REVISION=0 +LTV_REVISION=1 LTV_AGE=2 # How to build libtextstyle.la. diff --git a/libtextstyle/version.sh b/libtextstyle/version.sh index 4c771ccb2..6d359640c 100644 --- a/libtextstyle/version.sh +++ b/libtextstyle/version.sh @@ -1,3 +1,3 @@ # Version number and release date. -VERSION_NUMBER=0.22 -RELEASE_DATE=2023-06-17 # in "date +%Y-%m-%d" format +VERSION_NUMBER=0.22.1 +RELEASE_DATE=2023-09-19 # in "date +%Y-%m-%d" format -- 2.47.2