diff --git a/ChangeLog b/ChangeLog index 52e4f23..852275b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-10-14 Andrew J. Schorr + + * configure.ac: Version 0.4.1. + 2012-09-22 Andrew J. Schorr * configure.ac: Version 0.4.0. diff --git a/configure.ac b/configure.ac index c04ffab..6149d8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([Gawk Extension Libraries], 0.4.0, gawkextlib-users@lists.sourceforge.net, gawkextlib) +AC_INIT([Gawk Extension Libraries], 0.4.1, gawkextlib-users@lists.sourceforge.net, gawkextlib) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])