Bug 8435: DBRev 3.13.00.038
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 15:26:51 +0000 (15:26 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 15:30:12 +0000 (15:30 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ea6c0e4..ac1bed5 100755 (executable)
@@ -7646,7 +7646,7 @@ INSERT IGNORE INTO message_transport_types (message_transport_type) values ('pho
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.038";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES(15, 'superserials', 'Manage subscriptions from any branch (only applies when IndependentBranches is used)')");
     print "Upgrade to $DBversion done (Bug 8435: Add superserials permission)\n";
index a2464d9..afb473c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.037';
+    our $VERSION = '3.13.00.038';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install