[open-ils-commits] r19666 - in tags/rel_2_1_prealpha1: . Open-ILS/src/perlmods/lib/OpenILS Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 9 14:34:34 EST 2011
Author: miker
Date: 2011-03-09 14:34:29 -0500 (Wed, 09 Mar 2011)
New Revision: 19666
Modified:
tags/rel_2_1_prealpha1/Open-ILS/src/perlmods/lib/OpenILS/Application.pm
tags/rel_2_1_prealpha1/Open-ILS/src/sql/Pg/002.schema.config.sql
tags/rel_2_1_prealpha1/README
Log:
version numbers
Modified: tags/rel_2_1_prealpha1/Open-ILS/src/perlmods/lib/OpenILS/Application.pm
===================================================================
--- tags/rel_2_1_prealpha1/Open-ILS/src/perlmods/lib/OpenILS/Application.pm 2011-03-09 19:30:50 UTC (rev 19665)
+++ tags/rel_2_1_prealpha1/Open-ILS/src/perlmods/lib/OpenILS/Application.pm 2011-03-09 19:34:29 UTC (rev 19666)
@@ -6,7 +6,7 @@
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 "2-1-prealpha1";
}
__PACKAGE__->register_method(
Modified: tags/rel_2_1_prealpha1/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- tags/rel_2_1_prealpha1/Open-ILS/src/sql/Pg/002.schema.config.sql 2011-03-09 19:30:50 UTC (rev 19665)
+++ tags/rel_2_1_prealpha1/Open-ILS/src/sql/Pg/002.schema.config.sql 2011-03-09 19:34:29 UTC (rev 19666)
@@ -70,6 +70,7 @@
install_date TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
+INSERT INTO config.upgrade_log (version) VALUES ('2.1-prealpha1'); -- miker for tsbere
INSERT INTO config.upgrade_log (version) VALUES ('0497'); -- miker for tsbere
CREATE TABLE config.bib_source (
Modified: tags/rel_2_1_prealpha1/README
===================================================================
--- tags/rel_2_1_prealpha1/README 2011-03-09 19:30:50 UTC (rev 19665)
+++ tags/rel_2_1_prealpha1/README 2011-03-09 19:34:29 UTC (rev 19666)
@@ -43,7 +43,7 @@
Once you have configured and compiled Evergreen, issue the following
command as the root user to install Evergreen:
-make STAFF_CLIENT_STAMP_ID=rel_2_1 install
+make STAFF_CLIENT_STAMP_ID=rel_2_1_prealpha1 install
This will install Evergreen, including example configuration files in
/openils/conf/ that you can use as templates for your own configuration files.
More information about the open-ils-commits
mailing list