diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 11:31:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 11:31:44 +0000 |
commit | 876d9b1839eb10ffd52308d0f5220d4c8275f152 (patch) | |
tree | 2cbf76c1e70df69754a47e807c32dd2abfd6627a /Makefile.PL | |
parent | 4013dad9f876ef3291d519d1a226e277f247dd8e (diff) | |
download | rpmtools-876d9b1839eb10ffd52308d0f5220d4c8275f152.tar rpmtools-876d9b1839eb10ffd52308d0f5220d4c8275f152.tar.gz rpmtools-876d9b1839eb10ffd52308d0f5220d4c8275f152.tar.bz2 rpmtools-876d9b1839eb10ffd52308d0f5220d4c8275f152.tar.xz rpmtools-876d9b1839eb10ffd52308d0f5220d4c8275f152.zip |
5.3.05.3.0
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 13d5991..acd5afc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.2.1"; +my $rpmtools_version = "5.3.0"; sub MY::postamble { <<MAKEMAKEFILE; |