[open-ils-commits] r12578 - in branches/rel_1_4_0_3: . Open-ILS/src/perlmods/OpenILS (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 18 11:17:16 EDT 2009
Author: miker
Date: 2009-03-18 11:17:14 -0400 (Wed, 18 Mar 2009)
New Revision: 12578
Modified:
branches/rel_1_4_0_3/Open-ILS/src/perlmods/OpenILS/Application.pm
branches/rel_1_4_0_3/README
Log:
updating version info for release
Modified: branches/rel_1_4_0_3/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- branches/rel_1_4_0_3/Open-ILS/src/perlmods/OpenILS/Application.pm 2009-03-18 15:14:09 UTC (rev 12577)
+++ branches/rel_1_4_0_3/Open-ILS/src/perlmods/OpenILS/Application.pm 2009-03-18 15:17:14 UTC (rev 12578)
@@ -5,7 +5,7 @@
sub ils_version {
# version format is "x-y-z-p", for example "1-2-1-0" for Evergreen 1.2.1.0
- return "1-4-0";
+ return "1-4-0-3";
}
__PACKAGE__->register_method(
Modified: branches/rel_1_4_0_3/README
===================================================================
--- branches/rel_1_4_0_3/README 2009-03-18 15:14:09 UTC (rev 12577)
+++ branches/rel_1_4_0_3/README 2009-03-18 15:17:14 UTC (rev 12578)
@@ -1,4 +1,4 @@
-README for Evergreen 1.4.0
+README for Evergreen 1.4.0.3
Installing prerequisites:
========================
@@ -6,8 +6,8 @@
before you can successfully configure, compile, and install Evergreen.
1. Begin by installing the most recent version of OpenSRF (1.0 or later).
-You can download OpenSRF 1.0.2 from
-http://evergreen-ils.org/downloads/OpenSRF-1.0.2.tar.gz
+You can download OpenSRF 1.0.5 from
+http://evergreen-ils.org/downloads/OpenSRF-1.0.5.tar.gz
2. On Debian and Ubuntu, the easiest way to install the rest of the
prerequisites for Evergreen is to use the Makefile.install prerequisite
@@ -42,7 +42,7 @@
Once you have configured and compiled Evergreen, issue the following
command as the root user to install Evergreen:
-make STAFF_CLIENT_BUILD_ID=rel_1_4_0_0 install
+make STAFF_CLIENT_BUILD_ID=rel_1_4_0_3 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