From 59dff2245e0be62f78e6d41781f69924fa25bbab Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 10 Sep 2010 14:48:48 +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@17568 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application.pm b/Open-ILS/src/perlmods/OpenILS/Application.pm index d6fe9046be..8b77ab03dd 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application.pm @@ -5,7 +5,7 @@ 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"; + return "1-6"; } __PACKAGE__->register_method( -- 2.11.0