This branch is for actually installing rel_3_10 on CW MARS servers.
We version stamp the usual files to avoid questions about the
Evergreen version.
This branch is really somewhere in between 3.10.0 and what will be
3.10.1.
Signed-off-by: Jason Stephenson <jstephenson@cwmars.org>
=cut
-our $VERSION = '2.4';
+our $VERSION = '3.1000';
1;
sub ils_version {
# version format is "x-y-z", for example "2-0-0" for Evergreen 2.0.0
# For branches, format is "x-y"
- return "HEAD";
+ return "3-10-0";
}
__PACKAGE__->register_method(
FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');
INSERT INTO config.upgrade_log (version, applied_to) VALUES ('1353', :eg_version); -- khuckins/smorrison/sandbergja
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.10.0', :eg_version);
CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
export PATH=${PATH}:/usr/sbin
AC_PREREQ(2.61)
-AC_INIT(Open-ILS, trunk, open-ils-dev@list.georgialibraries.org)
+AC_INIT(Open-ILS, 3.10.0, open-ils-dev@list.georgialibraries.org)
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE