Bug 11751: DBrev 3.15.00.022
authorGalen Charlton <gmc@esilibrary.com>
Tue, 11 Mar 2014 15:06:04 +0000 (15:06 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 11 Mar 2014 15:06:04 +0000 (15:06 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c74ccb0..85799e4 100755 (executable)
@@ -8036,7 +8036,8 @@ if(CheckVersion($DBversion)) {
     print "Upgrade to $DBversion done (Bug 3445: Add indexes to action_logs table)\n";
     SetVersion($DBversion);
 }
-$DBversion = "3.15.00.XXX";
+
+$DBversion = "3.15.00.022";
 if (CheckVersion($DBversion)) {
     $dbh->do(q|
         DELETE FROM systempreferences WHERE variable= "memberofinstitution"
index 4d89c7b..08375f0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.021';
+    our $VERSION = '3.15.00.022';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install