Bug 7720: DBRev 3.17.00.006
authorGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 02:22:33 +0000 (02:22 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 02:22:33 +0000 (02:22 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 14996b1..d3011dc 100755 (executable)
@@ -8536,7 +8536,7 @@ if (CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.17.00.006";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('OpacLocationBranchToDisplay',  'holding',  'holding|home|both',  'In the OPAC, under location show which branch for Location in the record details.',  'Choice')");
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('OpacLocationBranchToDisplayShelving',  'holding',  'holding|home|both',  'In the OPAC, display the shelving location under which which column',  'Choice')");
index 5f04663..7acfbca 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.005';
+    our $VERSION = '3.17.00.006';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install