[open-ils-commits] r10695 - tags/rel_1_2_3_1/Open-ILS/src/perlmods/OpenILS

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 24 00:29:22 EDT 2008


Author: miker
Date: 2008-09-24 00:29:20 -0400 (Wed, 24 Sep 2008)
New Revision: 10695

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

Modified: tags/rel_1_2_3_1/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_2_3_1/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-09-24 04:28:22 UTC (rev 10694)
+++ tags/rel_1_2_3_1/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-09-24 04:29:20 UTC (rev 10695)
@@ -3,7 +3,7 @@
 use base qw/OpenSRF::Application/;
 
 sub ils_version {
-    return "1-2-3";
+    return "1-2-3-1";
 }
 
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list