Bug 11196: DBrev 3.13.00.043
authorGalen Charlton <gmc@esilibrary.com>
Thu, 14 Nov 2013 19:06:46 +0000 (19:06 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 14 Nov 2013 19:06:46 +0000 (19:06 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 242fe5c..db9bf95 100755 (executable)
@@ -7743,7 +7743,7 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.13.00.043";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('SearchEngine','Zebra','Solr|Zebra','Search Engine','Choice')");
     print "Upgrade to $DBversion done (Bug 11196: Add system preference SearchEngine if missing )\n";
index fcd5d58..1f6df4d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.042';
+    our $VERSION = '3.13.00.043';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install