From f173cafbb5be325eb34842ef63c239c22e23cdd8 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 7 Jan 2014 04:02:42 +0000 Subject: [PATCH] Bug 10863: DBRev 3.15.00.012 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 23a2bd5f27..ad2527339e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7885,7 +7885,7 @@ if(CheckVersion($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.15.00.012"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ INSERT INTO permissions (module_bit, code, description) VALUES ( 1, 'force_checkout', 'Force checkout if a limitation exists') @@ -7908,7 +7908,7 @@ if ( CheckVersion($DBversion) ) { WHERE borrowers.flags & (1 << 1) }); - print "Upgrade to $DBversion done (Bug 10863 - Add permission force_checkout and manage_restrictions)\n"; + print "Upgrade to $DBversion done (Bug 10863 - Add permissions force_checkout and manage_restrictions)\n"; SetVersion($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index f6bd210fc0..b91037908e 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.15.00.011'; + our $VERSION = '3.15.00.012'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1