diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-19 11:03:15 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-19 11:03:18 +0200 |
commit | 49ab47cc5addaba0bcf9ee02ca7f2648e1c7d57b (patch) | |
tree | 00c691226681614687d56d25d39e7f0ad47d5044 | |
parent | b14fcaa019d965199da79ef2d24c1686e5d2ba2f (diff) | |
download | rpmtools-49ab47cc5addaba0bcf9ee02ca7f2648e1c7d57b.tar rpmtools-49ab47cc5addaba0bcf9ee02ca7f2648e1c7d57b.tar.gz rpmtools-49ab47cc5addaba0bcf9ee02ca7f2648e1c7d57b.tar.bz2 rpmtools-49ab47cc5addaba0bcf9ee02ca7f2648e1c7d57b.tar.xz rpmtools-49ab47cc5addaba0bcf9ee02ca7f2648e1c7d57b.zip |
7.037.03
-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 d007c70..104fdcc 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "7.02"; +my $rpmtools_version = "7.03"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 7.03 - 19 September 2018, by Thierry Vignaud + - cpan_testers: list deps - CPAN: add metadata |