From c4abafce3321785f55b504343a8ec8226100cbca Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 2 May 2014 19:01:07 +0000 Subject: [PATCH] Bug 10845: DBrev 3.15.00.040 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 7 +------ kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index af7cbc6ce0..f1eb1109d1 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8294,12 +8294,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } - - - - - -$DBversion = "3.15.00.XXX"; +$DBversion = "3.15.00.040"; if ( CheckVersion($DBversion) ) { $dbh->do(q| UPDATE message_transports SET letter_code='HOLD' WHERE letter_code='HOLD_PHONE' OR letter_code='HOLD_PRINT' diff --git a/kohaversion.pl b/kohaversion.pl index c508affae2..51aa6b2f81 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.039'; + our $VERSION = '3.15.00.040'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5