From: Galen Charlton Date: Mon, 26 May 2014 02:22:33 +0000 (+0000) Subject: Bug 7720: DBRev 3.17.00.006 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=3ad3e0e98452aaf7d319539248f5a8b48407f961;p=koha_fer Bug 7720: DBRev 3.17.00.006 Signed-off-by: Galen Charlton --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 14996b19a1..d3011dcb67 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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')"); diff --git a/kohaversion.pl b/kohaversion.pl index 5f046634c2..7acfbca020 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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