diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-01-20 03:51:26 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-01-20 03:51:26 +0000 |
commit | a36504e104c75cce0ab1c54edce368a9f9f9b78f (patch) | |
tree | a2902c3fdceccabd748dd24717eb57e0c8c1eeec /lib/version.pm | |
parent | f3be372353a263b94b1bb39fd4c8da0548050a63 (diff) | |
download | perl-a36504e104c75cce0ab1c54edce368a9f9f9b78f.tar.gz |
Upgrade to version-0.69
p4raw-id: //depot/perl@29895
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 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'; |