From e525f510328a06ebaa64004357aaf75808c3d63f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Sun, 4 Jan 2015 12:38:21 -0300 Subject: [PATCH] Bug 13346: DBRev 3.19.00.004 Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5