diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-09-15 18:26:56 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-09-15 18:26:56 +0300 |
commit | b3b7ff84b18a3445d0497b95e69b32589481a326 (patch) | |
tree | e6bd598fa810915329a15dde8d6ac1693d3d115b | |
parent | ee6f76d2a1f763da267717f6167ec520eee99a19 (diff) | |
download | rpm-setup-b3b7ff84b18a3445d0497b95e69b32589481a326.tar rpm-setup-b3b7ff84b18a3445d0497b95e69b32589481a326.tar.gz rpm-setup-b3b7ff84b18a3445d0497b95e69b32589481a326.tar.bz2 rpm-setup-b3b7ff84b18a3445d0497b95e69b32589481a326.tar.xz rpm-setup-b3b7ff84b18a3445d0497b95e69b32589481a326.zip |
2.22.2
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.2 - 15 September 2014, by Thierry Vignaud + - fix matching META files - retrieve file name from stdin diff --git a/configure.ac b/configure.ac index ee507a9..0201218 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.1, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.2, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |