From a5364949d59d40a2fa4379a252aa91738f070e8f Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 10 Sep 2010 14:49:06 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@17570 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application.pm b/Open-ILS/src/perlmods/OpenILS/Application.pm index d6fe9046be..dfb205c9fb 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application.pm @@ -5,7 +5,8 @@ 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"; + # For branches, format is "x-y-z" + return "1-6-0"; } __PACKAGE__->register_method( -- 2.11.0