Bug 10320: DBrev 3.13.00.017
authorGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 06:49:19 +0000 (06:49 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 07:04:49 +0000 (07:04 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index eb298de..ddcc455 100755 (executable)
@@ -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')"
     );
index 4d9b851..3dac341 100644 (file)
@@ -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