[open-ils-commits] r8344 - tags/rel_1_2_1_1/Open-ILS/src/perlmods/OpenILS

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jan 7 12:22:50 EST 2008


Author: miker
Date: 2008-01-07 11:58:33 -0500 (Mon, 07 Jan 2008)
New Revision: 8344

Modified:
   tags/rel_1_2_1_1/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
Updated the reported ILS version

Modified: tags/rel_1_2_1_1/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_2_1_1/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-01-07 16:51:20 UTC (rev 8343)
+++ tags/rel_1_2_1_1/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-01-07 16:58:33 UTC (rev 8344)
@@ -3,7 +3,7 @@
 use base qw/OpenSRF::Application/;
 
 sub ils_version {
-    return "1-2-1";
+    return "1-2-1-1";
 }
 
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list