projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d5057
)
Bump trunk version number for OpenSRF up to 1.8.0; better than 1.4.0.
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 9 Sep 2010 17:09:42 +0000
(17:09 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 9 Sep 2010 17:09:42 +0000
(17:09 +0000)
perlmodstyle says "A correct CPAN version number is a floating point
number with at least 2 digits after the decimal." so we're not in
compliance in any case. Oh well.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2023
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
67ab1c2
..
b1b9f9d
100644
(file)
--- a/
src/perl/lib/OpenSRF.pm
+++ b/
src/perl/lib/OpenSRF.pm
@@
-14,11
+14,11
@@
OpenSRF - Top level class for OpenSRF perl modules.
=head1 VERSION
-Version 1.
4
.0
+Version 1.
8
.0
=cut
-our $VERSION =
1.4.0
;
+our $VERSION =
"1.8.0"
;
=head1 METHODS