Bug 7180: DBRev 3.15.00.043
authorGalen Charlton <gmc@esilibrary.com>
Sun, 4 May 2014 20:01:10 +0000 (20:01 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 4 May 2014 20:46:57 +0000 (20:46 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 28962fb..8155930 100755 (executable)
@@ -8355,7 +8355,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.043";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('MarcFieldsToOrder','','Set the mapping values for a new order line created from a MARC record in a staged file. In a YAML format.', NULL, 'textarea')");
    print "Upgrade to $DBversion done (Bug 7180: Added MarcFieldsToOrder syspref)\n";
index 13fae84..58c8098 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.042';
+    our $VERSION = '3.15.00.043';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install