diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-23 09:17:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-23 09:17:47 +0000 |
commit | c3d160c98d2992036657d5165fe778db4b9ca727 (patch) | |
tree | dd03eae487f5bd4c7894ac8ec8537b43b3fba762 | |
parent | 408265f669cc0de04c60c4df85a6533387532ece (diff) | |
download | rpmtools-c3d160c98d2992036657d5165fe778db4b9ca727.tar rpmtools-c3d160c98d2992036657d5165fe778db4b9ca727.tar.gz rpmtools-c3d160c98d2992036657d5165fe778db4b9ca727.tar.bz2 rpmtools-c3d160c98d2992036657d5165fe778db4b9ca727.tar.xz rpmtools-c3d160c98d2992036657d5165fe778db4b9ca727.zip |
5.75.7
-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 830aec4..5bc7e13 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.6"; +my $rpmtools_version = "5.7"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 5.7 - 23 September 2008, by Pascal "Pixel" Rigaux + - genhdlist2: o with --versioned, create "versioned" metadata o add xml header to xml files generated |