Use an Exporter-approved version number (only one decimal place)
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 31 Jan 2011 05:49:10 +0000 (05:49 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 31 Jan 2011 05:49:10 +0000 (05:49 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2162 9efc2488-bf62-4759-914b-345cdb29e865

src/perl/lib/OpenSRF.pm

index 51463a8..9f018f7 100644 (file)
@@ -18,14 +18,14 @@ Version 2.0.0
 
 =cut
 
-our $VERSION = "2.0.0";
+our $VERSION = "2.00";
 
 =head1 METHODS
 
 =head2 AUTOLOAD
 
 Traps methods calls for methods that have not been defined so they
-don't propogate up the class hierarchy.
+don't propagate up the class hierarchy.
 
 =cut