From 70513529554a296d552262006f6478bcb4e19a80 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 14 Mar 2011 21:11:30 +1300 Subject: [PATCH] Bumping 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 4a927b2ad5..66e9828abf 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4083,7 +4083,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = 'XXX'; +$DBversion = '3.03.00.026'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("UPDATE `message_attributes` SET message_name='Item Due' WHERE message_attribute_id=1 AND message_name LIKE 'Item DUE'"); print "Upgrade to $DBversion done ( fix capitalization in message type )\n"; diff --git a/kohaversion.pl b/kohaversion.pl index a490ab4399..e3b9ad1033 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.025'; + our $VERSION = '3.03.00.026'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2