diff options
author | Pascal Terjan <pterjan@gmail.com> | 2014-10-14 20:50:58 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2014-10-14 20:50:58 +0000 |
commit | 17a51f4b353f1fe6845b17064c1162237b2894ed (patch) | |
tree | 0e6fc019e464724a962de1dcb1285cd8460805c5 | |
parent | c4ab8fc45f49e5490f6193c99fb945cc95961023 (diff) | |
download | rpm-setup-17a51f4b353f1fe6845b17064c1162237b2894ed.tar rpm-setup-17a51f4b353f1fe6845b17064c1162237b2894ed.tar.gz rpm-setup-17a51f4b353f1fe6845b17064c1162237b2894ed.tar.bz2 rpm-setup-17a51f4b353f1fe6845b17064c1162237b2894ed.tar.xz rpm-setup-17a51f4b353f1fe6845b17064c1162237b2894ed.zip |
2.62.6
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.6 - 14 October 2014, by Pascal Terjan + - support being passed the egg-info directory Version 2.5 - 1 October 2014, by Thierry Vignaud diff --git a/configure.ac b/configure.ac index d2e4b95..3a1f9fe 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.5, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.6, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |