diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6d48be4eba..282ffae0f2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9628,7 +9628,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.19.00.004"; if ( CheckVersion($DBversion) ) { my $pref_value = C4::Context->preference('OpacExportOptions'); $pref_value =~ s/\|/,/g; # multiple is separated by , @@ -9638,7 +9638,7 @@ if ( CheckVersion($DBversion) ) { type = 'multiple' WHERE variable = 'OpacExportOptions' }, {}, $pref_value ); - print "Upgrade to $DBversion done (Bug XXXXX: OpacExportOptions is now multiple)\n"; + print "Upgrade to $DBversion done (Bug 13346: OpacExportOptions is now multiple)\n"; SetVersion ($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index 6f5f0d6a2d..057c03fb11 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.19.00.003'; + our $VERSION = '3.19.00.004'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install