Bug 9295: DBRev 3.13.00.025
authorGalen Charlton <gmc@esilibrary.com>
Thu, 10 Oct 2013 23:06:47 +0000 (23:06 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 10 Oct 2013 23:06:47 +0000 (23:06 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index d5769a7..e5e60f4 100755 (executable)
@@ -7169,7 +7169,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.025";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    $dbh->do("ALTER TABLE oai_sets_mappings ADD COLUMN operator varchar(8) NOT NULL default 'equal' AFTER marcsubfield;");
    print "Upgrade to $DBversion done (Bug 9295: OAI notequal: add operator column to OAI mappings table)\n";
index dc992d7..dbe1719 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.024';
+    our $VERSION = '3.13.00.025';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install