From ddf212bd2928b8e9528093537193bad7691844a3 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Tue, 25 Oct 2011 19:38:33 -0400 Subject: [PATCH] Updating Version Number to 3.04.05.002 --- 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 881c51cc62..6f9f43993a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4431,7 +4431,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.04.00.XXX"; +$DBversion = "3.04.00.002"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("CREATE TABLE need_merge_authorities (id int NOT NULL auto_increment PRIMARY KEY, authid bigint NOT NULL, done tinyint DEFAULT 0) ENGINE=InnoDB DEFAULT CHARSET=utf8"); print "Upgrade to $DBversion done (6094: Fixing ModAuthority problems, add a need_merge_authorities table)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index be62028d40..28c0fd62bb 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.04.05.001'; + our $VERSION = '3.04.05.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5