diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-05-06 14:01:35 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-05-06 14:01:35 +0000 |
commit | 6935a6ca209db7f32803b8648f9c9b1e276e3064 (patch) | |
tree | 396e54053ceca1a93f6147ae2b1bbd82cfab063c | |
parent | ad1b4fa978204c27ce524f2ede9d70c1ad1ba73b (diff) | |
download | rpm-setup-6935a6ca209db7f32803b8648f9c9b1e276e3064.tar rpm-setup-6935a6ca209db7f32803b8648f9c9b1e276e3064.tar.gz rpm-setup-6935a6ca209db7f32803b8648f9c9b1e276e3064.tar.bz2 rpm-setup-6935a6ca209db7f32803b8648f9c9b1e276e3064.tar.xz rpm-setup-6935a6ca209db7f32803b8648f9c9b1e276e3064.zip |
version 1.1301.130
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Version 1.130 - 6 May 2011, by Nicolas Vigier +- set default distsuffix to .mga (after being changed to mga in version + 1.128) + Version 1.129 - 6 May 2011, by Nicolas Vigier - find-requires.in: fix script file filtering, according to latest changes in file command output diff --git a/configure.ac b/configure.ac index 248b4a5..21765d7 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.129, boklm@mars-attacks.org) +AC_INIT(rpm-mageia-setup, 1.130, boklm@mars-attacks.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |