[open-ils-commits] r10275 - tags/rel_1_2_3_0/Open-ILS/src/perlmods/OpenILS

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Aug 5 22:03:18 EDT 2008


Author: miker
Date: 2008-08-05 22:03:12 -0400 (Tue, 05 Aug 2008)
New Revision: 10275

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

Modified: tags/rel_1_2_3_0/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_2_3_0/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-08-06 02:02:28 UTC (rev 10274)
+++ tags/rel_1_2_3_0/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-08-06 02:03:12 UTC (rev 10275)
@@ -3,7 +3,7 @@
 use base qw/OpenSRF::Application/;
 
 sub ils_version {
-    return "1-2-3";
+    return "1-2-3-0";
 }
 
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list