[open-ils-commits] r17569 - branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 10 10:49:01 EDT 2010


Author: dbs
Date: 2010-09-10 10:48:58 -0400 (Fri, 10 Sep 2010)
New Revision: 17569

Modified:
   branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application.pm
Log:
Update version stamp for Evergreen service, adopting branch convention from trunk

http://hostname/gateway?service=open-ils.actor&method=opensrf.open-ils.system.ils_version
was returning "1-5" for a number of systems we checked; in trunk, we have adopted the
"x-y" convention for branches, so in the 1.6 branches we will follow the "x-y-z"
approach for a little more clarity.


Modified: branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application.pm	2010-09-10 14:48:48 UTC (rev 17568)
+++ branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application.pm	2010-09-10 14:48:58 UTC (rev 17569)
@@ -5,7 +5,8 @@
 
 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";
+    # For branches, format is "x-y-z"
+    return "1-6-1";
 }
 
 __PACKAGE__->register_method(



More information about the open-ils-commits mailing list