Bug 9448: DBRev 3.15.00.031
authorGalen Charlton <gmc@esilibrary.com>
Thu, 17 Apr 2014 15:48:17 +0000 (15:48 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 17 Apr 2014 15:48:17 +0000 (15:48 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f0ca094..d2db8d1 100755 (executable)
@@ -8129,7 +8129,7 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.031";
 if ( CheckVersion($DBversion) ) {
    $dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES ('10', 'writeoff', 'Write off fines and fees')");
    $dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES ('10', 'remaining_permissions', 'Remaining permissions for managing fines and fees')");
index 008a5b3..397fa9c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.030';
+    our $VERSION = '3.15.00.031';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install