* 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-tools/misc/autopoint.in: Likewise. Accept version 0.24.1.
* gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.24.1.
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001800
+#define LIBINTL_VERSION 0x001801
extern int libintl_version;
AC_SUBST([ARCHIVE_FORMAT])
dnl Get versions of files brought in by autopull.sh.
-ARCHIVE_VERSION=0.24
+ARCHIVE_VERSION=0.24.1
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
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001800
+#define LIBGETTEXTPO_VERSION 0x001801
extern int libgettextpo_version;
/* ================================= Types ================================= */
0.21 | 0.21.1 | \
0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 | \
0.23 | 0.23.1 | \
- 0.24 )
+ 0.24 | 0.24.1 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
# Version number and release date.
-VERSION_NUMBER=0.24
-RELEASE_DATE=2025-02-25 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.24.1
+RELEASE_DATE=2025-05-02 # in "date +%Y-%m-%d" format