Browse Source

Bug 10320: DBrev 3.13.00.017

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
new/bootstrap-opac
Galen Charlton 11 years ago
parent
commit
7bc1077763
  1. 4
      installer/data/mysql/updatedatabase.pl
  2. 2
      kohaversion.pl

4
installer/data/mysql/updatedatabase.pl

@ -7089,8 +7089,8 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.13.00.XXX";
if(CheckVersion($DBversion)) {
$DBversion = "3.13.00.017";
if ( CheckVersion($DBversion) ) {
$dbh->do(
"INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('OverDriveClientKey','','Client key for OverDrive integration','30','Free')"
);

2
kohaversion.pl

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.13.00.016';
our $VERSION = '3.13.00.017';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install

Loading…
Cancel
Save