diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-04-10 16:23:10 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-10 16:23:10 +0000 |
commit | 95363e309afec517bea4a40fd3322c3a825967f4 (patch) | |
tree | 6fc883ae27095b4f0afb69a7df3f9aa38a55ce28 /lib/version.pm | |
parent | 5baf37a82164f2b38d60d4956066bc67c280ed14 (diff) | |
download | perl-95363e309afec517bea4a40fd3322c3a825967f4.tar.gz |
Somehow, version.pm was missed from change #30629.
p4raw-link: @30629 on //depot/perl: ac0e6a2fd2970df72270aecb94d407fe170b43a7
p4raw-id: //depot/perl@30895
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 85be41d687..9fd7208314 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS *qv); -$VERSION = "0.70"; +$VERSION = 0.71; $CLASS = 'version'; |