diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-24 15:31:03 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-26 08:34:05 +0200 |
commit | 6f17922b0ed2fbb88a912ee99540488fe2123f1e (patch) | |
tree | ce8ca91ac60fd4952bd51d089c12b693449edbc5 | |
parent | 8a1cd92c00d5e9eddb5e4e61aa6b894786541b8d (diff) | |
download | rpm-setup-2.4.tar rpm-setup-2.4.tar.gz rpm-setup-2.4.tar.bz2 rpm-setup-2.4.tar.xz rpm-setup-2.4.zip |
2.42.4
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.4 - 24 September 2014, by Thierry Vignaud + - emit pythonegg requires/provides back - remove kmod.* from git (now SRPMS sources) - remove dwz.macros from git (now SRPMS sources) diff --git a/configure.ac b/configure.ac index 26b30fa..8187f34 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, 2.3, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.4, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |