[open-ils-commits] r17539 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 9 10:19:49 EDT 2010


Author: erickson
Date: 2010-09-09 10:19:47 -0400 (Thu, 09 Sep 2010)
New Revision: 17539

Modified:
   branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
updated ils_version for 2-0 branch, updated comment on format

Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application.pm	2010-09-09 13:44:54 UTC (rev 17538)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application.pm	2010-09-09 14:19:47 UTC (rev 17539)
@@ -4,8 +4,9 @@
 use base qw/OpenSRF::Application/;
 
 sub ils_version {
-    # version format is "x-y-z-p", for example "1-2-1-0" for Evergreen 1.2.1.0
-    return "1-5";
+    # version format is "x-y-z", for example "2-0-0" for Evergreen 2.0.0
+    # For branches, format is "x-y"
+    return "2-0";
 }
 
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list