From 20589801e08bb725e6424bcb020968de863bd8ed Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 17 Dec 2013 15:32:17 +0000 Subject: [PATCH] Bug 11249: DBRev 3.15.00.006 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 c2f132e1df..31205133ee 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7831,7 +7831,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.15.00.006"; if(CheckVersion($DBversion)) { $dbh->do(q{ ALTER TABLE `borrowers` @@ -7839,7 +7839,7 @@ if(CheckVersion($DBversion)) { ADD KEY `firstname_idx` (`firstname`(255)), ADD KEY `othernames_idx` (`othernames`(255)) }); - print "Upgrade to $DBversion done (Bug 11249 - Add db indexes on borrowers names)\n"; + print "Upgrade to $DBversion done (Bug 11249 - Add DB indexes on borrower names)\n"; SetVersion($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index fe7fa1b5f2..f0d6bcedc7 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.005'; + our $VERSION = '3.15.00.006'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0