Bug 7673: DBRev 3.17.00.053
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 11 Nov 2014 17:05:26 +0000 (14:05 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 11 Nov 2014 17:05:26 +0000 (14:05 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index a0f45a2..491c2b8 100755 (executable)
@@ -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)');
index bdcf203..ef6593f 100644 (file)
@@ -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