[open-ils-commits] r10268 -
branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Aug 5 21:51:58 EDT 2008
Author: miker
Date: 2008-08-05 21:51:52 -0400 (Tue, 05 Aug 2008)
New Revision: 10268
Modified:
branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
bumping reported version
Modified: branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application.pm 2008-08-06 01:51:10 UTC (rev 10267)
+++ branches/rel_1_2_3/Open-ILS/src/perlmods/OpenILS/Application.pm 2008-08-06 01:51:52 UTC (rev 10268)
@@ -3,7 +3,7 @@
use base qw/OpenSRF::Application/;
sub ils_version {
- return "1-2";
+ return "1-2-3";
}
__PACKAGE__->register_method(
More information about the open-ils-commits
mailing list