projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ef2e679
)
Increment the version number of version.pm
Rafael Garcia-Suarez [Mon, 25 Jul 2005 09:49:39 +0000 (09:49 +0000)]
(no code changes on CPAN)
p4raw-id: //depot/perl@25221
lib/version.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/version.pm
b/lib/version.pm
index
d2648d1
..
3bb0bf8
100644
(file)
--- a/
lib/version.pm
+++ b/
lib/version.pm
@@
-12,7
+12,7
@@
use vars qw(@ISA $VERSION $CLASS @EXPORT);
@EXPORT = qw(qv);
-$VERSION = "0.43";
+$VERSION = "0.44";
$CLASS = 'version';