[open-ils-commits] r18070 - in tags/rel_2_0_alpha3: . Open-ILS/src/perlmods/OpenILS Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 28 00:12:13 EDT 2010
Author: miker
Date: 2010-09-28 00:12:10 -0400 (Tue, 28 Sep 2010)
New Revision: 18070
Modified:
tags/rel_2_0_alpha3/Open-ILS/src/perlmods/OpenILS/Application.pm
tags/rel_2_0_alpha3/Open-ILS/src/sql/Pg/002.schema.config.sql
tags/rel_2_0_alpha3/README
Log:
version number bump
Modified: tags/rel_2_0_alpha3/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_2_0_alpha3/Open-ILS/src/perlmods/OpenILS/Application.pm 2010-09-28 04:08:34 UTC (rev 18069)
+++ tags/rel_2_0_alpha3/Open-ILS/src/perlmods/OpenILS/Application.pm 2010-09-28 04:12:10 UTC (rev 18070)
@@ -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 "2-0";
+ return "2-0-alpha3";
}
__PACKAGE__->register_method(
Modified: tags/rel_2_0_alpha3/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- tags/rel_2_0_alpha3/Open-ILS/src/sql/Pg/002.schema.config.sql 2010-09-28 04:08:34 UTC (rev 18069)
+++ tags/rel_2_0_alpha3/Open-ILS/src/sql/Pg/002.schema.config.sql 2010-09-28 04:12:10 UTC (rev 18070)
@@ -70,7 +70,7 @@
install_date TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
-INSERT INTO config.upgrade_log (version) VALUES ('0421'); -- Scott McKellar
+INSERT INTO config.upgrade_log (version) VALUES ('2.0-alpha3');
CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
Modified: tags/rel_2_0_alpha3/README
===================================================================
--- tags/rel_2_0_alpha3/README 2010-09-28 04:08:34 UTC (rev 18069)
+++ tags/rel_2_0_alpha3/README 2010-09-28 04:12:10 UTC (rev 18070)
@@ -1,11 +1,11 @@
-README for Evergreen trunk
+README for Evergreen 2.0-alpha3
Installing prerequisites:
========================
Evergreen has a number of prerequisite packages that must be installed
before you can successfully configure, compile, and install Evergreen.
-1. Begin by installing the most recent version of OpenSRF (1.4.0 or later).
+1. Begin by installing the most recent version of OpenSRF (1.6.0 or later).
You can download OpenSRF releases from
http://evergreen-ils.org/downloads
More information about the open-ils-commits
mailing list