Bug 13006: 3.19.00.022
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 14:05:32 +0000 (11:05 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 14:05:32 +0000 (11:05 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ede6736..5d64649 100755 (executable)
@@ -10000,7 +10000,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.19.00.XXX';
+$DBversion = '3.19.00.022';
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         ALTER TABLE suggestions DROP COLUMN mailoverseeing;
index d177067..f693e16 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.021';
+    our $VERSION = '3.19.00.022';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install