Browse Source

Bug 12582: DBRev 3.17.00.021

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
MM-OPAC/theme_dep
Tomás Cohen Arazi 10 years ago
parent
commit
abdf7194e2
  1. 2
      installer/data/mysql/updatedatabase.pl
  2. 2
      kohaversion.pl

2
installer/data/mysql/updatedatabase.pl

@ -8719,7 +8719,7 @@ if(C4::Context->preference("Version") < TransformToNum($DBversion) ) {
SetVersion ($DBversion);
}
$DBversion = "3.17.00.XXX";
$DBversion = "3.17.00.021";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
my $pref = C4::Context->preference('HomeOrHoldingBranch');
$dbh->do("INSERT INTO `systempreferences` (variable,value,options,explanation,type)

2
kohaversion.pl

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.17.00.020';
our $VERSION = '3.17.00.021';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install

Loading…
Cancel
Save