From 7bc1077763ef0ff84fe658deec59a9c1a961155a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 8 Sep 2013 06:49:19 +0000 Subject: [PATCH] Bug 10320: DBrev 3.13.00.017 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index eb298de194..ddcc455afe 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/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')" ); diff --git a/kohaversion.pl b/kohaversion.pl index 4d9b851f65..3dac341972 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.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 -- 2.39.5