Version Stamp files for 3.10.0
authorJason Stephenson <jstephenson@cwmars.org>
Fri, 16 Dec 2022 14:20:52 +0000 (09:20 -0500)
committerJason Stephenson <jason@sigio.com>
Wed, 8 Feb 2023 18:03:50 +0000 (13:03 -0500)
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>
Open-ILS/src/perlmods/lib/OpenILS.pm
Open-ILS/src/perlmods/lib/OpenILS/Application.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
configure.ac

index d7235ce..591a4f2 100644 (file)
@@ -6,6 +6,6 @@ OpenILS - Client and server support for the Evergreen open source library system
 
 =cut
 
-our $VERSION = '2.4';
+our $VERSION = '3.1000';
 
 1;
index d750216..fae359b 100644 (file)
@@ -7,7 +7,7 @@ use OpenILS::Utils::Fieldmapper;
 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(
index 0643d46..05fb7a7 100644 (file)
@@ -93,6 +93,7 @@ CREATE TRIGGER no_overlapping_deps
     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,
index 67596da..fc56533 100644 (file)
@@ -20,7 +20,7 @@
 
 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