Bug 12648: DBRev 3.19.00.014
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 11 Mar 2015 14:59:34 +0000 (11:59 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 11 Mar 2015 17:17:34 +0000 (14:17 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index ca0928e..dbcd9b2 100755 (executable)
@@ -9804,7 +9804,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.014";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         CREATE TABLE aqorder_users (
index c2fb7a9..ab9fdd9 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.013';
+    our $VERSION = '3.19.00.014';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install