[open-ils-commits] r8505 - tags/rel_1_2_1_2/Open-ILS/src/perlmods/OpenILS

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jan 27 19:19:22 EST 2008


Author: miker
Date: 2008-01-27 18:52:15 -0500 (Sun, 27 Jan 2008)
New Revision: 8505

Modified:
   tags/rel_1_2_1_2/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
updating version reported by opensrf.open-ils.system.ils_version

Modified: tags/rel_1_2_1_2/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_2_1_2/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-01-27 23:44:13 UTC (rev 8504)
+++ tags/rel_1_2_1_2/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-01-27 23:52:15 UTC (rev 8505)
@@ -3,7 +3,7 @@
 use base qw/OpenSRF::Application/;
 
 sub ils_version {
-    return "1-2-1";
+    return "1-2-1-2";
 }
 
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list