summaryrefslogtreecommitdiff
path: root/lib/version.pm
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2007-02-12 16:51:23 -0500
committerSteve Peters <steve@fisharerojo.org>2007-02-13 03:19:05 +0000
commitf34c6aafbe054cce2cb8b032aa4ab346b5feaf96 (patch)
tree57f896e776300681b8ba5a5493c71f9353d44ac5 /lib/version.pm
parent61626fd500e6d4ce66fd252d4006308416a874bb (diff)
downloadperl-f34c6aafbe054cce2cb8b032aa4ab346b5feaf96.tar.gz
Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
Message-ID: <45D127AB.3050904@rowman.com> p4raw-id: //depot/perl@30254
Diffstat (limited to 'lib/version.pm')
-rw-r--r--lib/version.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.pm b/lib/version.pm
index 32919739b2..85be41d687 100644
--- a/lib/version.pm
+++ b/lib/version.pm
@@ -6,7 +6,7 @@ use strict;
use vars qw(@ISA $VERSION $CLASS *qv);
-$VERSION = 0.69;
+$VERSION = "0.70";
$CLASS = 'version';