[open-ils-commits] r20435 - in tags/rel_2_0_6: . Open-ILS/src/perlmods/OpenILS Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 5 14:14:11 EDT 2011


Author: miker
Date: 2011-05-05 14:14:07 -0400 (Thu, 05 May 2011)
New Revision: 20435

Modified:
   tags/rel_2_0_6/Open-ILS/src/perlmods/OpenILS/Application.pm
   tags/rel_2_0_6/Open-ILS/src/sql/Pg/002.schema.config.sql
   tags/rel_2_0_6/README
Log:
bumping version numbers

Modified: tags/rel_2_0_6/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_2_0_6/Open-ILS/src/perlmods/OpenILS/Application.pm	2011-05-05 18:09:09 UTC (rev 20434)
+++ tags/rel_2_0_6/Open-ILS/src/perlmods/OpenILS/Application.pm	2011-05-05 18:14:07 UTC (rev 20435)
@@ -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-6";
 }
 
 __PACKAGE__->register_method(

Modified: tags/rel_2_0_6/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- tags/rel_2_0_6/Open-ILS/src/sql/Pg/002.schema.config.sql	2011-05-05 18:09:09 UTC (rev 20434)
+++ tags/rel_2_0_6/Open-ILS/src/sql/Pg/002.schema.config.sql	2011-05-05 18:14:07 UTC (rev 20435)
@@ -57,6 +57,7 @@
     install_date    TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
 );
 
+INSERT INTO config.upgrade_log (version) VALUES ('2.0.6');
 INSERT INTO config.upgrade_log (version) VALUES ('0529'); -- miker, for Joseph Lewis and Michael Peters
 
 CREATE TABLE config.bib_source (

Modified: tags/rel_2_0_6/README
===================================================================
--- tags/rel_2_0_6/README	2011-05-05 18:09:09 UTC (rev 20434)
+++ tags/rel_2_0_6/README	2011-05-05 18:14:07 UTC (rev 20435)
@@ -1,4 +1,4 @@
-README for Evergreen 2.0
+README for Evergreen 2.0.6
 
 Installing prerequisites:
 ========================
@@ -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_BUILD_ID=rel_2_0 install
+make STAFF_CLIENT_BUILD_ID=rel_2_0_6 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