diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-02-03 13:43:37 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-02-03 13:43:37 +0000 |
commit | e661d237ad8d7dcd61b46ed3d598f61e838894af (patch) | |
tree | e6a27bd41d61cb093ca74d1c617a3113352a1faf | |
parent | 1031292e08514fcb6e0b5271002707eb750f0eff (diff) | |
download | rpm-setup-e661d237ad8d7dcd61b46ed3d598f61e838894af.tar rpm-setup-e661d237ad8d7dcd61b46ed3d598f61e838894af.tar.gz rpm-setup-e661d237ad8d7dcd61b46ed3d598f61e838894af.tar.bz2 rpm-setup-e661d237ad8d7dcd61b46ed3d598f61e838894af.tar.xz rpm-setup-e661d237ad8d7dcd61b46ed3d598f61e838894af.zip |
1.911.91
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ +Version 1.91 - 3 February 2009, by Christophe Fergeau +- build.macros.in + o add new perl_convert_version macro to convert cpan version to rpm version - git-repository--after-tarball: - o commit the tarball with user "unknown" + o commit the tarball with user "unknown author <cooker@mandrivalinux.org>" o commit the tarball using the tarball's modification time Version 1.90 - 29 January 2009, by Pixel diff --git a/configure.ac b/configure.ac index 2acf631..662af8d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.90, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.91, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |