From: miker Date: Wed, 18 Mar 2009 15:17:14 +0000 (+0000) Subject: updating version info for release X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0126c4c43da7654dda16b798ebc86bf6579583e0;p=Evergreen.git updating version info for release git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0_3@12578 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application.pm b/Open-ILS/src/perlmods/OpenILS/Application.pm index 50814f0f4b..24d648bc39 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application.pm @@ -5,7 +5,7 @@ use base qw/OpenSRF::Application/; 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( diff --git a/README b/README index 2de6fb21e7..2a40ebaf21 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for Evergreen 1.4.0 +README for Evergreen 1.4.0.3 Installing prerequisites: ======================== @@ -6,8 +6,8 @@ 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.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 @@ Installation instructions: 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.