From 728670f467484f8ec84aa4f9edebf1446f13b912 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 11 Oct 2013 03:55:36 +0000 Subject: [PATCH] Bug 10854: DBrev 3.13.00.029 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 17 ++--------------- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index cc2eb1d9b1..d5015ead48 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7204,21 +7204,8 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } - - - - - - - - - - - - - -$DBversion = "3.13.00.XXX"; -if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { +$DBversion = "3.13.00.029"; +if ( CheckVersion($DBversion) ) { $dbh->do(q{ INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type ) VALUES ( "issues to claim", "efault CSV export for serial issue claims", diff --git a/kohaversion.pl b/kohaversion.pl index 9288b6a2f0..5905d33740 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.028'; + our $VERSION = '3.13.00.029'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1