projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5baf37a
)
Somehow, version.pm was missed from change #30629.
Steve Peters [Tue, 10 Apr 2007 16:23:10 +0000 (16:23 +0000)]
p4raw-link: @30629 on //depot/perl:
ac0e6a2fd2970df72270aecb94d407fe170b43a7
p4raw-id: //depot/perl@30895
lib/version.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/version.pm
b/lib/version.pm
index
85be41d
..
9fd7208
100644
(file)
--- 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';