projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2afbddc
)
$VERSION in Perl modules needs to be quoted to avoid breakage
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 16 Sep 2010 14:24:30 +0000
(14:24 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 16 Sep 2010 14:24:30 +0000
(14:24 +0000)
We stamp releases when they're rolled, but having it quoted in SVN
will help as a reminder at release time.
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_6@2025
9efc2488
-bf62-4759-914b-
345cdb29e865
src/perl/lib/OpenSRF.pm
patch
|
blob
|
history
diff --git
a/src/perl/lib/OpenSRF.pm
b/src/perl/lib/OpenSRF.pm
index
b6dc463
..
71753c0
100644
(file)
--- a/
src/perl/lib/OpenSRF.pm
+++ b/
src/perl/lib/OpenSRF.pm
@@
-18,7
+18,7
@@
Version 1.6.0
=cut
-our $VERSION =
1.6.0
;
+our $VERSION =
"1.6.0"
;
=head1 METHODS