From: Galen Charlton Date: Fri, 2 May 2014 19:30:51 +0000 (+0000) Subject: Bug 3.15.00.041: DBrev 11867 X-Git-Tag: v3.16.00-beta~191 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7f1bb7c6b2a0a4489d5ba2a4f42d2e60a645f510;p=koha-ffzg.git Bug 3.15.00.041: DBrev 11867 Signed-off-by: Galen Charlton --- 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