diff options
-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 |