From f147958a352f2da21483c667b700f66eeaaf7e4c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 5 Mar 2011 20:22:45 +1300 Subject: [PATCH] Updating database version --- 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 6bd7397777..21bea77277 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4022,7 +4022,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); }; -$DBversion = "3.03.00.XXX"; +$DBversion = "3.03.00.021"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE items MODIFY enumchron TEXT"); $dbh->do("ALTER TABLE deleteditems MODIFY enumchron TEXT"); diff --git a/kohaversion.pl b/kohaversion.pl index d9a84cb558..9a936074cf 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.03.00.020'; + our $VERSION = '3.03.00.021'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2