Bug 12905: DBRev 3.19.00.007
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 5 Feb 2015 18:15:22 +0000 (15:15 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 5 Feb 2015 18:15:22 +0000 (15:15 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 891ee25..5b6d31f 100755 (executable)
@@ -9669,7 +9669,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.18.00.001";
+$DBversion = "3.19.00.007";
 if ( CheckVersion($DBversion) ) {
     my $orphan_budgets = $dbh->selectall_arrayref(q|
         SELECT budget_id, budget_name, budget_code
index bee3709..2d91052 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.006';
+    our $VERSION = '3.19.00.007';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install