Bug 10862: DBrev 3.15.00.047
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 03:08:58 +0000 (03:08 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 03:08:58 +0000 (03:08 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ddc58c9..a210e4b 100755 (executable)
@@ -8394,7 +8394,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.15.00.047";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('EnableSearchHistory','0','','Enable or disable search history','YesNo')
index 2c809a2..bf17adc 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.046';
+    our $VERSION = '3.15.00.047';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install