From c07de01ca5a2ee2904de5b86927b45c140443b36 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 13 Sep 2012 18:07:41 +0200 Subject: [PATCH] Bug 7986 follow-up DBRev numbers --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index be1d08f9bf..28f2e7aab4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5736,7 +5736,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.041"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(qq{ INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('ExportRemoveFields','','List of fields for non export in circulation.pl (separated by a space)','',''); @@ -5745,7 +5745,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.042"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(qq{ INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('ExportWithCsvProfile','','Set a profile name for CSV export','',''); diff --git a/kohaversion.pl b/kohaversion.pl index 8e845dd12f..0e0235f587 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.09.00.040'; + our $VERSION = '3.09.00.042'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2