From 7f1bb7c6b2a0a4489d5ba2a4f42d2e60a645f510 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 2 May 2014 19:30:51 +0000 Subject: [PATCH] Bug 3.15.00.041: DBrev 11867 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 8 ++------ kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 13eda609e2..e8e1b8e107 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8309,12 +8309,8 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } - - - - -$DBversion = "3.15.00.XXX"; -if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { +$DBversion = "3.15.00.041"; +if ( CheckVersion($DBversion) ) { my $name = $dbh->selectcol_arrayref(q| SELECT name FROM letter WHERE code="HOLD" |); diff --git a/kohaversion.pl b/kohaversion.pl index 51aa6b2f81..526d64fac0 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.040'; + our $VERSION = '3.15.00.041'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0