Bug 10753: DBRev 3.19.00.002
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 19 Dec 2014 20:28:15 +0000 (17:28 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 19 Dec 2014 20:28:15 +0000 (17:28 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index d308e6c..b06142c 100755 (executable)
@@ -9599,7 +9599,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.002";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         UPDATE suggestions SET branchcode="" WHERE branchcode="__ANY__"
index 19b8b00..b844864 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.001';
+    our $VERSION = '3.19.00.002';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install