[open-ils-commits] r8738 -
tags/rel_1_2_1_3/Open-ILS/src/perlmods/OpenILS
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 12 22:33:24 EST 2008
Author: miker
Date: 2008-02-12 22:04:02 -0500 (Tue, 12 Feb 2008)
New Revision: 8738
Modified:
tags/rel_1_2_1_3/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
setting the reported software version
Modified: tags/rel_1_2_1_3/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_2_1_3/Open-ILS/src/perlmods/OpenILS/Application.pm 2008-02-13 03:02:22 UTC (rev 8737)
+++ tags/rel_1_2_1_3/Open-ILS/src/perlmods/OpenILS/Application.pm 2008-02-13 03:04:02 UTC (rev 8738)
@@ -3,7 +3,7 @@
use base qw/OpenSRF::Application/;
sub ils_version {
- return "1-2-1";
+ return "1-2-1-3";
}
__PACKAGE__->register_method(
More information about the open-ils-commits
mailing list