From: dbs Date: Fri, 10 Sep 2010 14:48:58 +0000 (+0000) Subject: Update version stamp for Evergreen service, adopting branch convention from trunk X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c13857e634cb7c69117f473242b0de63a790cc7f;p=working%2FEvergreen.git 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_1@17569 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application.pm b/Open-ILS/src/perlmods/OpenILS/Application.pm index d6fe9046be..3dae2af035 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-1"; } __PACKAGE__->register_method(