version 0.45 master v0.45
authorAntoine Jacquet <royale@zerezo.com>
Mon, 6 Jan 2025 11:50:14 +0000 (12:50 +0100)
committerAntoine Jacquet <royale@zerezo.com>
Mon, 6 Jan 2025 11:50:14 +0000 (12:50 +0100)
ChangeLog
configure
configure.in

index 42f47a2..490a059 100644 (file)
--- 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
 
index f1b5912..5fff737 100755 (executable)
--- 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
index 09bd51a..8124fd3 100644 (file)
@@ -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