[Opensrf-commits] r2023 - trunk/src/perl/lib (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 9 13:09:46 EDT 2010


Author: dbs
Date: 2010-09-09 13:09:42 -0400 (Thu, 09 Sep 2010)
New Revision: 2023

Modified:
   trunk/src/perl/lib/OpenSRF.pm
Log:
Bump trunk version number for OpenSRF up to 1.8.0; better than 1.4.0.

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.


Modified: trunk/src/perl/lib/OpenSRF.pm
===================================================================
--- trunk/src/perl/lib/OpenSRF.pm	2010-09-09 16:54:38 UTC (rev 2022)
+++ trunk/src/perl/lib/OpenSRF.pm	2010-09-09 17:09:42 UTC (rev 2023)
@@ -14,11 +14,11 @@
 
 =head1 VERSION
 
-Version 1.4.0
+Version 1.8.0
 
 =cut
 
-our $VERSION = 1.4.0;
+our $VERSION = "1.8.0";
 
 =head1 METHODS
 



More information about the opensrf-commits mailing list