Bug 11395: DBRev 3.19.00.013
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 5 Mar 2015 14:49:25 +0000 (15:49 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 5 Mar 2015 14:49:25 +0000 (15:49 +0100)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index a8e1dbe..bd39629 100755 (executable)
@@ -9794,7 +9794,7 @@ if(CheckVersion($DBversion)) {
 }
 
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.013";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         INSERT INTO permissions (module_bit, code, description) VALUES
index 5badc84..c2fb7a9 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.012';
+    our $VERSION = '3.19.00.013';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install