]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.22.5 release.
authorBruno Haible <bruno@clisp.org>
Wed, 21 Feb 2024 11:02:34 +0000 (12:02 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 21 Feb 2024 16:32:21 +0000 (17:32 +0100)
* 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.
* gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.22.5.
* gettext-tools/misc/autopoint.in: Allow version 0.22.5.

gettext-runtime/intl/libgnuintl.in.h
gettext-tools/configure.ac
gettext-tools/libgettextpo/gettext-po.in.h
gettext-tools/misc/autopoint.in
libtextstyle/version.sh

index 359f85fb87be09f731789e0194cdb011018e736b..5da9efe3d9beeeb57a834c26ec1cf625b6278159 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001604
+#define LIBINTL_VERSION 0x001605
 extern int libintl_version;
 
 
index d0950eba3b6e590cb2478563be3c12d73bd6b77b..3610ee3ca75214c8702e018c0ab01afc37a55504 100644 (file)
@@ -1,5 +1,5 @@
 dnl Configuration for the gettext-tools directory of GNU gettext
-dnl Copyright (C) 1995-2023 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2024 Free Software Foundation, Inc.
 dnl
 dnl This program is free software: you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -520,7 +520,7 @@ changequote([,])dnl
 fi
 AC_SUBST([ARCHIVE_FORMAT])
 
-ARCHIVE_VERSION=0.22.4
+ARCHIVE_VERSION=0.22.5
 AC_SUBST([ARCHIVE_VERSION])
 
 PACKAGE_SUFFIX="-$ARCHIVE_VERSION"
index 95da8cbe33ea2027856555b321a9fb67c24210e5..69cf38cdb315ca3d14648e734d82815096d18a0d 100644 (file)
@@ -1,5 +1,5 @@
 /* Public API for GNU gettext PO files - contained in libgettextpo.
-   Copyright (C) 2003-2008, 2010, 2012-2016, 2019-2023 Free Software Foundation, Inc.
+   Copyright (C) 2003-2008, 2010, 2012-2016, 2019-2024 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001604
+#define LIBGETTEXTPO_VERSION 0x001605
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index d37b32ccd0a936a3b7ea8eb212cf2bdf7ccb8122..f3fff2b16f4e4ff2ec7091e36a85510464d91380 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002-2023 Free Software Foundation, Inc.
+# Copyright (C) 2002-2024 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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.1 | 0.22.2 | 0.22.3 | 0.22.4 )
+  0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 )
     ;;
   *)
     func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
index df47a1afc9e056039a97b0ceedf0e1cc52adff84..b1e8c9c7754e1591c15652d8734217ec9128bd35 100644 (file)
@@ -1,3 +1,3 @@
 # Version number and release date.
-VERSION_NUMBER=0.22.4
-RELEASE_DATE=2023-11-19      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.22.5
+RELEASE_DATE=2024-02-21      # in "date +%Y-%m-%d" format