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
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(