diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-02-27 21:58:17 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-02-27 21:58:17 +0000 |
commit | e0099d574473c8a6c11b21d85d3adbc9bfb220c2 (patch) | |
tree | 21e8bfb15a9712589e1fc456b0e077a5cad4b316 | |
parent | 9e771836253d72c0e2a9f813a4ed79d2e7df3f22 (diff) | |
download | rpmtools-e0099d574473c8a6c11b21d85d3adbc9bfb220c2.tar rpmtools-e0099d574473c8a6c11b21d85d3adbc9bfb220c2.tar.gz rpmtools-e0099d574473c8a6c11b21d85d3adbc9bfb220c2.tar.bz2 rpmtools-e0099d574473c8a6c11b21d85d3adbc9bfb220c2.tar.xz rpmtools-e0099d574473c8a6c11b21d85d3adbc9bfb220c2.zip |
6.26.2
-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 141ddd5..50a2a96 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "6.1"; +my $rpmtools_version = "6.2"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 6.2 - 27 February 2012, by Thierry Vignaud + - keep real filesizes in synthesis Version 6.1 - 09 September 2011, by Thierry Vignaud |