diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-07 03:30:33 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-13 17:10:00 +0200 |
commit | e5f8fea04a17afceb89a7e1f32ea04845aa2c100 (patch) | |
tree | 67bc3fbabf60d1fbfb7b7391cffdd0882326e935 | |
parent | fa1efafb5d4e75534a481f27f57976e332a4003d (diff) | |
download | rpmtools-e5f8fea04a17afceb89a7e1f32ea04845aa2c100.tar rpmtools-e5f8fea04a17afceb89a7e1f32ea04845aa2c100.tar.gz rpmtools-e5f8fea04a17afceb89a7e1f32ea04845aa2c100.tar.bz2 rpmtools-e5f8fea04a17afceb89a7e1f32ea04845aa2c100.tar.xz rpmtools-e5f8fea04a17afceb89a7e1f32ea04845aa2c100.zip |
7.00
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 1595bcd..60c7567 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "6.6"; +my $rpmtools_version = "6.00"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 7.00 - 7 September 2014, by Thierry Vignaud + - synthesis format change: o generates @recommends@ lines (instead of @suggests@ ones) on mga5+ |