Browse Source

Bug 10749: DBRev 3.17.00.059

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

2
installer/data/mysql/updatedatabase.pl

@ -9534,7 +9534,7 @@ if( CheckVersion($DBversion) ){
SetVersion($DBversion);
}
$DBversion = "3.17.00.XXX";
$DBversion = "3.17.00.059";
if ( CheckVersion($DBversion) ) {
$dbh->do(q{
UPDATE permissions SET description = "Add and delete budgets (but can't modifiy budgets)" WHERE description = "Add and delete budgets (but cant modify budgets)";

2
kohaversion.pl

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

Loading…
Cancel
Save