[open-ils-commits] r11081 - tags/rel_1_2_4_0/Open-ILS/src/perlmods/OpenILS

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 6 11:19:29 EST 2008


Author: miker
Date: 2008-11-06 11:19:27 -0500 (Thu, 06 Nov 2008)
New Revision: 11081

Modified:
   tags/rel_1_2_4_0/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
release tag version bump

Modified: tags/rel_1_2_4_0/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_2_4_0/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-11-06 16:18:43 UTC (rev 11080)
+++ tags/rel_1_2_4_0/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-11-06 16:19:27 UTC (rev 11081)
@@ -3,7 +3,7 @@
 use base qw/OpenSRF::Application/;
 
 sub ils_version {
-    return "1-2-4";
+    return "1-2-4-0";
 }
 
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list