projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1e74786
)
Bump VERSION after change #33416
Rafael Garcia-Suarez [Wed, 5 Mar 2008 09:07:33 +0000 (09:07 +0000)]
(so we don't end up with different code but same version in
5.10.0 and, say, 5.10.1)
p4raw-link: @33416 on //depot/perl:
5dd54fb4257bccaa223fa7d57413e664e9bb3c2c
p4raw-id: //depot/perl@33439
lib/NEXT.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/NEXT.pm
b/lib/NEXT.pm
index
7bb9c75
..
57e2b41
100644
(file)
--- a/
lib/NEXT.pm
+++ b/
lib/NEXT.pm
@@
-1,5
+1,5
@@
package NEXT;
-$VERSION = '0.60_01';
+$VERSION = '0.60_02';
use Carp;
use strict;
use overload ();