From 08382876306cfda839637c5f72a107b304458a8e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 31 Oct 2013 15:26:51 +0000 Subject: [PATCH] Bug 8435: DBRev 3.13.00.038 Signed-off-by: Galen Charlton --- 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 ea6c0e47ed..ac1bed57d6 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7646,7 +7646,7 @@ INSERT IGNORE INTO message_transport_types (message_transport_type) values ('pho SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.038"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES(15, 'superserials', 'Manage subscriptions from any branch (only applies when IndependentBranches is used)')"); print "Upgrade to $DBversion done (Bug 8435: Add superserials permission)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index a2464d9bda..afb473cc57 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.13.00.037'; + our $VERSION = '3.13.00.038'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1