Bug 13539: DBRev 3.19.00.024
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 16:18:48 +0000 (13:18 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 16:19:06 +0000 (13:19 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index d97e8f2..338246c 100755 (executable)
@@ -10018,7 +10018,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.024";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(qq|DROP table patroncards;|);
     print "Upgrade to $DBversion done (Bug 13539: Remove table patroncards from database as it's no longer in use)\n";
index b99071b..91718ee 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.023';
+    our $VERSION = '3.19.00.024';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install