From a443d16692fbda6243628fb9d5c1dedc738404f6 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 12 Mar 2014 14:09:30 +0000 Subject: [PATCH] Bug 10012: DBRev 3.15.00.024 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 3 +-- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index f4c52a15f7..78ba6ca223 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8056,7 +8056,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.15.00.024"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ DELETE FROM systempreferences WHERE variable = 'NoZebraIndexes' @@ -8065,7 +8065,6 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } - =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index affee6fa99..c8f041b19e 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.023'; + our $VERSION = '3.15.00.024'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5