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