diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-15 14:57:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-15 14:57:23 +0000 |
commit | ad152bbaed2761e6a72d95066e591259c8814dcc (patch) | |
tree | f3f1088cb176dcfee24807a93c8d0a4fc095c51c | |
parent | 64f987aa690cec8c1369050b364d73bd27b56c56 (diff) | |
download | rpmtools-ad152bbaed2761e6a72d95066e591259c8814dcc.tar rpmtools-ad152bbaed2761e6a72d95066e591259c8814dcc.tar.gz rpmtools-ad152bbaed2761e6a72d95066e591259c8814dcc.tar.bz2 rpmtools-ad152bbaed2761e6a72d95066e591259c8814dcc.tar.xz rpmtools-ad152bbaed2761e6a72d95066e591259c8814dcc.zip |
5.3.55.3.5
-rw-r--r-- | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 348c96b..307172f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.3.4"; +my $rpmtools_version = "5.3.5"; sub MY::postamble { <<MAKEMAKEFILE; @@ -1,3 +1,5 @@ +Version 5.3.5 - 15 January 2007, by Pascal "Pixel" Rigaux + - genhdlist2: o rename --xml-media-info into --xml-info (to be coherent with urpmi) |