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

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

index 5eac3a7..7e00df3 100755 (executable)
@@ -9691,9 +9691,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.19.00.008";
 if ( CheckVersion($DBversion) ) {
     my $number_of_orders_not_linked = $dbh->selectcol_arrayref(q|
         SELECT COUNT(*)
index 2d91052..c848f2a 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.007';
+    our $VERSION = '3.19.00.008';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install