diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-01-06 21:59:00 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-01-06 21:59:00 +0000 |
commit | 34ba6322b644154d55680c95808981776852ae24 (patch) | |
tree | aabe0a4ab0822979a1d0ba9134c969c4c9f52a53 /lib/version.pm | |
parent | 29ecdb6fa31693daf50c1386a8ec5d92fb7b0313 (diff) | |
download | perl-34ba6322b644154d55680c95808981776852ae24.tar.gz |
Upgrade to version-0.52
p4raw-id: //depot/perl@26685
Diffstat (limited to 'lib/version.pm')
-rw-r--r-- | lib/version.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.pm b/lib/version.pm index 9443a6ac99..dafbae63b2 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -11,7 +11,7 @@ use vars qw(@ISA $VERSION $CLASS @EXPORT); @EXPORT = qw(qv); -$VERSION = 0.50; +$VERSION = 0.52; $CLASS = 'version'; |