diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-28 14:04:34 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-28 14:04:34 +0000 |
commit | ef8e57e11fbb52f8e3f31c65b9a371d094855e5c (patch) | |
tree | 58f138854708fd8cd0a8ef8cdc0d2632e86407f0 | |
parent | 7fd451137206d05d3d04eaff9d914184d741a68d (diff) | |
download | rpm-setup-ef8e57e11fbb52f8e3f31c65b9a371d094855e5c.tar rpm-setup-ef8e57e11fbb52f8e3f31c65b9a371d094855e5c.tar.gz rpm-setup-ef8e57e11fbb52f8e3f31c65b9a371d094855e5c.tar.bz2 rpm-setup-ef8e57e11fbb52f8e3f31c65b9a371d094855e5c.tar.xz rpm-setup-ef8e57e11fbb52f8e3f31c65b9a371d094855e5c.zip |
1.931.93
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Version 1.93 - 28 July 2009, by Christophe Fergeau +- update perl_convert_version macro (Jérôme Quelin) + Version 1.92 - 9 July 2009, by Christophe Fergeau - making sure automatic provides & requires for perl package are using the new macro %perl_convert_version (jquelin) diff --git a/configure.ac b/configure.ac index c5095d9..7f38c57 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.92, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.93, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |