Bug 13497: DBRev 3.19.00.023
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 14:48:04 +0000 (11:48 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 14:48:04 +0000 (11:48 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index d8f7ce6..0bd3ac6 100755 (executable)
@@ -10009,12 +10009,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.023";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         DELETE FROM systempreferences where variable = 'AddPatronLists'
     |);
-    print "Upgrade to $DBversion done (Bug XXXXX - Remove the AddPatronLists system preferences)\n";
+    print "Upgrade to $DBversion done (Bug 13497: Remove the AddPatronLists system preferences)\n";
     SetVersion ($DBversion);
 }
 
index f693e16..b99071b 100644 (file)
@@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.022';
+    our $VERSION = '3.19.00.023';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install