From: Antoine Jacquet Date: Mon, 6 Jan 2025 11:50:14 +0000 (+0100) Subject: version 0.45 X-Git-Tag: v0.45 X-Git-Url: http://royale.zerezo.com/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=FAPG version 0.45 --- diff --git a/ChangeLog b/ChangeLog index 42f47a2..490a059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Change log file for FAPG +version 0.45 (2025-01-06) (by Petter Reinholdtsen) + * remove use of PATH_MAX to build on Hurd + version 0.44 (2023-01-15) (by Andreas Neuper) * add UTF-16 support diff --git a/configure b/configure index f1b5912..5fff737 100755 --- a/configure +++ b/configure @@ -2060,7 +2060,7 @@ fi # Define the identity of the package. PACKAGE=fapg - VERSION=0.44 + VERSION=0.45 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 09bd51a..8124fd3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) AC_INIT(fapg.c) -AM_INIT_AUTOMAKE(fapg, 0.44) +AM_INIT_AUTOMAKE(fapg, 0.45) AC_PROG_INSTALL AC_PROG_CC