diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Version 1.122 - 4 March 2011, by Nicolas Vigier +- kmod.prov: exit 0 when there is no error +- check if pkgconfig version is defined, or exit with an error + Version 1.121 - 3 March 2011, by Nicolas Vigier - filter.sh: return error when the script called generate an error - find-requires.in: test return value of called require scripts and diff --git a/configure.ac b/configure.ac index e72aaad..7ea0207 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 1.121, boklm@mars-attacks.org) +AC_INIT(rpm-mageia-setup, 1.122, boklm@mars-attacks.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |