Prepare for 0.26 release.

* gettext-runtime/doc/matrix.texi: Update from TP.
* gettext-runtime/doc/nls.texi (STATUS): Update.
* gettext-runtime/intl/libgnuintl.in.h (LIBINTL_VERSION): Bump.
* libtextstyle/version.sh: Update VERSION_NUMBER, RELEASE_DATE.
* gettext-tools/libgettextpo/gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump.
* gettext-runtime/po/Makefile.in.in: Update Origin.
* gettext-runtime/intl/Makefile.am (LTV_*): Bump to 12:5:4.
* libtextstyle/lib/Makefile.am (LTV_*): Bump to 2:6:2.
* gettext-tools/libgettextpo/Makefile.am (LTV_*): Bump to 5:15:5.
* gettext-tools/misc/autopoint.in: Likewise. Accept version 0.26.
* gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.26.
This commit is contained in:
Bruno Haible 2025-07-19 17:08:04 +02:00
parent c0cf67dd46
commit 3ed149a373
11 changed files with 586 additions and 609 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ as a file named @code{ABOUT-NLS}.
@strong{ NOTE: } This documentation section is outdated. It it included
here for historical purposes only.
@set STATUS May 2025
@set STATUS July 2025
Free software is going international! The Free Translation Project is
a way to get maintainers of free software, translators, and users all

View File

@ -447,7 +447,7 @@ endif
# Before making a gettext release, you must change this according to the
# libtool documentation, section "Library interface versions".
LTV_CURRENT=12
LTV_REVISION=4
LTV_REVISION=5
LTV_AGE=4
# How to build libintl.la and libgnuintl.la.

View File

@ -54,7 +54,7 @@ extern "C" {
/* Version number: (major<<16) + (minor<<8) + subminor */
#define LIBINTL_VERSION 0x001900
#define LIBINTL_VERSION 0x001A00
extern int libintl_version;

View File

@ -7,7 +7,7 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
# Origin: gettext-0.25
# Origin: gettext-0.26
GETTEXT_MACRO_VERSION = 0.24
# This Makefile makes use of the variable assignment operator != standardized

View File

@ -623,7 +623,7 @@ fi
AC_SUBST([ARCHIVE_FORMAT])
dnl Get versions of files brought in by autopull.sh.
ARCHIVE_VERSION=0.25.1
ARCHIVE_VERSION=0.26
AC_SUBST([ARCHIVE_VERSION])
dnl We don't offer a --with-tree-sitter-prefix option, but instead always use
dnl the tree-sitter version included in the tarball. This is required because

View File

@ -110,7 +110,7 @@ libgettextpo_la_AUXSOURCES = \
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=5
LTV_REVISION=14
LTV_REVISION=15
LTV_AGE=5
# How to build libgettextpo.la.

View File

@ -28,7 +28,7 @@ extern "C" {
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
#define LIBGETTEXTPO_VERSION 0x001900
#define LIBGETTEXTPO_VERSION 0x001A00
extern int libgettextpo_version;
/* ================================= Types ================================= */

View File

@ -403,7 +403,8 @@ case "$ver" in
0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 | \
0.23 | 0.23.1 | 0.23.2 | \
0.24 | 0.24.1 | 0.24.2 | \
0.25 | 0.25.1 )
0.25 | 0.25.1 | \
0.26 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in

View File

@ -284,7 +284,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=5
LTV_REVISION=6
LTV_AGE=2
# How to build libtextstyle.la.

View File

@ -1,3 +1,3 @@
# Version number and release date.
VERSION_NUMBER=0.25
RELEASE_DATE=2025-05-07 # in "date +%Y-%m-%d" format
VERSION_NUMBER=0.26
RELEASE_DATE=2025-07-19 # in "date +%Y-%m-%d" format