Bug 2806: 3.19.00.021
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 13:30:15 +0000 (10:30 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 13:30:15 +0000 (10:30 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6f8ce22..a203684 100755 (executable)
@@ -9988,7 +9988,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.021";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         ALTER TABLE issues DROP COLUMN issuingbranch
index 7d3832e..d177067 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.020';
+    our $VERSION = '3.19.00.021';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install