Update version stamp for Evergreen service, adopting branch convention from trunk
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 14:48:48 +0000 (14:48 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 14:48:48 +0000 (14:48 +0000)
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

index d6fe904..8b77ab0 100644 (file)
@@ -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(