diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-03-04 00:27:57 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-03-04 00:27:57 +0000 |
commit | 58d76c079721fa089a2ead43167cc6acfa6cc5be (patch) | |
tree | d0266db2bfa455e7b93187adb1400d5ce049fcee | |
parent | cffb594f43f0b41ce2f5e5c2fa266074c4c262d0 (diff) | |
download | rpm-setup-58d76c079721fa089a2ead43167cc6acfa6cc5be.tar rpm-setup-58d76c079721fa089a2ead43167cc6acfa6cc5be.tar.gz rpm-setup-58d76c079721fa089a2ead43167cc6acfa6cc5be.tar.bz2 rpm-setup-58d76c079721fa089a2ead43167cc6acfa6cc5be.tar.xz rpm-setup-58d76c079721fa089a2ead43167cc6acfa6cc5be.zip |
version 1.1221.122
-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 |