diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-05 08:52:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-05 08:52:29 +0000 |
commit | ce88114faa0e19ddeda43d9deb3a325c3951697b (patch) | |
tree | 947f6dfb35782c3b9582dfb68cf0dbff9ef08f52 /Makefile.PL | |
parent | cbaeb34a539a0f0a897d31a34f0ee482c171caa5 (diff) | |
download | rpmtools-ce88114faa0e19ddeda43d9deb3a325c3951697b.tar rpmtools-ce88114faa0e19ddeda43d9deb3a325c3951697b.tar.gz rpmtools-ce88114faa0e19ddeda43d9deb3a325c3951697b.tar.bz2 rpmtools-ce88114faa0e19ddeda43d9deb3a325c3951697b.tar.xz rpmtools-ce88114faa0e19ddeda43d9deb3a325c3951697b.zip |
5.3.65.3.6
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 307172f..447de0c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.3.5"; +my $rpmtools_version = "5.3.6"; sub MY::postamble { <<MAKEMAKEFILE; |