From de32bc8e7dcd11ed0a99b576dc96673e2494c33e Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 3 May 2012 18:36:55 -0400 Subject: [PATCH] Bug 7284 follow-up: Update DBRev Version 3.06.04.001. 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 de76c947de..b6ebd405f0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4607,7 +4607,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.06.XX.XXX"; +$DBversion = "3.06.04.001"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do( "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('LinkerModule','Default','Chooses which linker module to use (see documentation).','Default|FirstMatchLastMatch','Choice');" diff --git a/kohaversion.pl b/kohaversion.pl index d6ec1a6a22..b560716d75 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.000'; + our $VERSION = '3.06.04.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5