]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.22.3 release.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Oct 2023 14:53:00 +0000 (16:53 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Oct 2023 14:53:00 +0000 (16:53 +0200)
* 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.3.
* gettext-tools/misc/autopoint.in: Allow version 0.22.3.

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 1e0aa2e3c823df70560f7b7b332c96b83c9b6725..17e9027309421ad3dc471d75bd777e138d1cab28 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001602
+#define LIBINTL_VERSION 0x001603
 extern int libintl_version;
 
 
index 0f56bd95c4fd5e148129891ad34f0e12412bd583..e3aa58abd575b935d461afb5c40692b883d920bb 100644 (file)
@@ -509,7 +509,7 @@ changequote([,])dnl
 fi
 AC_SUBST([ARCHIVE_FORMAT])
 
-ARCHIVE_VERSION=0.22.2
+ARCHIVE_VERSION=0.22.3
 AC_SUBST([ARCHIVE_VERSION])
 
 PACKAGE_SUFFIX="-$ARCHIVE_VERSION"
index 5a20996e96e0c367cb43734f13595256990fc79f..80747ed791c651059cf4191e51bf791d253b35b4 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001602
+#define LIBGETTEXTPO_VERSION 0x001603
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index dcbadf3d61c568fb5ae5dfbf0007d459c1f6dbc1..234a601d70da1b04d63f9f4b3ebce813611cb092 100644 (file)
@@ -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 | 0.22.1 | 0.22.2 | 0.22.3 )
     ;;
   *)
     func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
index 90dc6a444bc7c2af7f83457941f3c65d939300ff..f5afe81d361b7f81b08d4ece01dd54c93aadd836 100644 (file)
@@ -1,3 +1,3 @@
 # Version number and release date.
-VERSION_NUMBER=0.22.2
-RELEASE_DATE=2023-09-19      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.22.3
+RELEASE_DATE=2023-10-04      # in "date +%Y-%m-%d" format