[open-ils-commits] r11275 - in tags/rel_1_4_0_0_rc2: . Open-ILS/src/perlmods/OpenILS

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 19 21:51:36 EST 2008


Author: miker
Date: 2008-11-19 21:51:34 -0500 (Wed, 19 Nov 2008)
New Revision: 11275

Modified:
   tags/rel_1_4_0_0_rc2/Open-ILS/src/perlmods/OpenILS/Application.pm
   tags/rel_1_4_0_0_rc2/README
Log:
updating README and reported version

Modified: tags/rel_1_4_0_0_rc2/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_4_0_0_rc2/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-11-20 02:46:02 UTC (rev 11274)
+++ tags/rel_1_4_0_0_rc2/Open-ILS/src/perlmods/OpenILS/Application.pm	2008-11-20 02:51:34 UTC (rev 11275)
@@ -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";
+    return "1-4-0-0-rc2";
 }
 
 __PACKAGE__->register_method(

Modified: tags/rel_1_4_0_0_rc2/README
===================================================================
--- tags/rel_1_4_0_0_rc2/README	2008-11-20 02:46:02 UTC (rev 11274)
+++ tags/rel_1_4_0_0_rc2/README	2008-11-20 02:51:34 UTC (rev 11275)
@@ -1,4 +1,4 @@
-README for Evergreen 1.4 RC
+README for Evergreen 1.4.0.0 RC2
 
 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.0 from
-http://evergreen-ils.org/downloads/OpenSRF-1.0.0.tar.gz
+You can download OpenSRF 1.0.1 from
+http://evergreen-ils.org/downloads/OpenSRF-1.0.1.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
@@ -41,7 +41,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_0_rc2 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