[open-ils-commits] r10001 - tags/rel_1_2_2_2/Open-ILS/src/perlmods/OpenILS

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jul 8 23:14:44 EDT 2008


Author: miker
Date: 2008-07-08 23:14:42 -0400 (Tue, 08 Jul 2008)
New Revision: 10001

Modified:
   tags/rel_1_2_2_2/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
bumping reported version number

Modified: tags/rel_1_2_2_2/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_2_2_2/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-07-09 03:13:06 UTC (rev 10000)
+++ tags/rel_1_2_2_2/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-07-09 03:14:42 UTC (rev 10001)
@@ -3,7 +3,7 @@
 use base qw/OpenSRF::Application/;
 
 sub ils_version {
-    return "1-2-2";
+    return "1-2-2-2";
 }
 
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list