From 7832e7db68d8106b0a76e6568c6f83d1bb174558 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 26 Aug 2014 10:18:02 -0300 Subject: [PATCH] Bug 10212: DBRev 3.17.00.015 Signed-off-by: Tomas Cohen Arazi --- 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 0462360dfb..0c31cfe873 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8613,11 +8613,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } - - - - -$DBversion = "3.17.00.XXX"; +$DBversion = "3.17.00.015"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ CREATE TABLE IF NOT EXISTS columns_settings ( @@ -8634,7 +8630,6 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } - =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index f4bd0805bd..b5634f6641 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.17.00.014'; + our $VERSION = '3.17.00.015'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5