Bug 9580: DBRev 3.19.00.019
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 1 Apr 2015 12:33:26 +0000 (09:33 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 1 Apr 2015 12:33:26 +0000 (09:33 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 8aea7f8..0592a94 100755 (executable)
@@ -9953,7 +9953,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.019";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type)
index 8189999..4c2db81 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.018';
+    our $VERSION = '3.19.00.019';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install