Bug 13007: DBRev 3.19.00.009
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 9 Feb 2015 18:50:41 +0000 (15:50 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 9 Feb 2015 18:50:41 +0000 (15:50 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c6ddc23..9cc8748 100755 (executable)
@@ -9732,7 +9732,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.009";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         UPDATE suggestions s SET s.budgetid = NULL
index c848f2a..4fead85 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.008';
+    our $VERSION = '3.19.00.009';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install