From a51484de0c19fee1cd9fb77dc38d23ed2a0653e9 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 3 May 2012 19:10:56 -0400 Subject: [PATCH] Bug 7092 follow-up: Update DBRev Version 3.06.04.003. Signed-off-by: Jared Camins-Esakov --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 933637baf4..3ef88c7ca5 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4641,7 +4641,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.06.XX.XXX"; +$DBversion = "3.06.04.003"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('UseICU', '1', 'Tell Koha if ICU indexing is in use for Zebra or not.','1','YesNo')"); print "Upgrade to $DBversion done (Add syspref to tell Koha if ICU indexing is in use for Zebra or not.)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index a5da47c7d3..1a3a26ef47 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.06.04.002'; + our $VERSION = '3.06.04.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5