summaryrefslogtreecommitdiff
path: root/lib/version.pm
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2007-01-20 03:51:26 +0000
committerSteve Peters <steve@fisharerojo.org>2007-01-20 03:51:26 +0000
commita36504e104c75cce0ab1c54edce368a9f9f9b78f (patch)
treea2902c3fdceccabd748dd24717eb57e0c8c1eeec /lib/version.pm
parentf3be372353a263b94b1bb39fd4c8da0548050a63 (diff)
downloadperl-a36504e104c75cce0ab1c54edce368a9f9f9b78f.tar.gz
Upgrade to version-0.69
p4raw-id: //depot/perl@29895
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 084b948526..32919739b2 100644
--- a/lib/version.pm
+++ b/lib/version.pm
@@ -6,7 +6,7 @@ use strict;
use vars qw(@ISA $VERSION $CLASS *qv);
-$VERSION = 0.68;
+$VERSION = 0.69;
$CLASS = 'version';