From 52c40e11293f57a37944705c0c644524530e6b92 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 11 Nov 2014 14:05:26 -0300 Subject: [PATCH] Bug 7673: DBRev 3.17.00.053 Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index a0f45a2987..491c2b8bd6 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9438,7 +9438,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.17.00.XXX"; +$DBversion = "3.17.00.053"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(q{ INSERT INTO permissions (module_bit, code, description) VALUES ('9', 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'); diff --git a/kohaversion.pl b/kohaversion.pl index bdcf2037d2..ef6593f5fd 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.17.00.052'; + our $VERSION = '3.17.00.053'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2