[open-ils-commits] r8813 -
tags/rel_1_2_1_4/Open-ILS/src/perlmods/OpenILS
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Feb 21 20:17:13 EST 2008
Author: miker
Date: 2008-02-21 19:46:37 -0500 (Thu, 21 Feb 2008)
New Revision: 8813
Modified:
tags/rel_1_2_1_4/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
updating version reported by ILS perl apps
Modified: tags/rel_1_2_1_4/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_2_1_4/Open-ILS/src/perlmods/OpenILS/Application.pm 2008-02-22 00:45:07 UTC (rev 8812)
+++ tags/rel_1_2_1_4/Open-ILS/src/perlmods/OpenILS/Application.pm 2008-02-22 00:46:37 UTC (rev 8813)
@@ -3,7 +3,7 @@
use base qw/OpenSRF::Application/;
sub ils_version {
- return "1-2-1";
+ return "1-2-1-4";
}
__PACKAGE__->register_method(
More information about the open-ils-commits
mailing list