diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-22 13:46:00 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-08-22 13:46:00 +0000 |
commit | 57b3305dc6e6a5ba836a7d6a944558e491974089 (patch) | |
tree | 38c6d526d1d28cfbb4f6d25fa7b91ebbf21ec8f6 /Makefile.PL | |
parent | aeb15ced2bb5a9d4ede6b3fdd6c451476ae4c189 (diff) | |
download | rpmtools-57b3305dc6e6a5ba836a7d6a944558e491974089.tar rpmtools-57b3305dc6e6a5ba836a7d6a944558e491974089.tar.gz rpmtools-57b3305dc6e6a5ba836a7d6a944558e491974089.tar.bz2 rpmtools-57b3305dc6e6a5ba836a7d6a944558e491974089.tar.xz rpmtools-57b3305dc6e6a5ba836a7d6a944558e491974089.zip |
- 5.1.05.1.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 028430a..056e597 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.0.29"; +my $rpmtools_version = "5.1.0"; # to generate the ChangeLog depending on the checkout layout my $commonusername = "../common/"; |