From 537068f96946831410cc17832724293f5b898e03 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 11 Oct 2013 02:36:54 +0000 Subject: [PATCH] Bug 10853: DBrev 3.13.00.028 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 10 ++-------- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e7c67851f1..566715eab2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7192,14 +7192,8 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } - - - - - - -$DBversion = "3.13.00.XXX"; -if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { +$DBversion = "3.13.00.028"; +if ( CheckVersion($DBversion) ) { $dbh->do(q{ ALTER TABLE export_format ADD type VARCHAR(255) DEFAULT 'marc' AFTER encoding }); diff --git a/kohaversion.pl b/kohaversion.pl index 79badc0183..9288b6a2f0 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.13.00.027'; + our $VERSION = '3.13.00.028'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1