From 2fc830acff01d2948097afdda9fcbc6f7dea3ad1 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 10 Apr 2011 22:14:46 +1200 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 6b1d624e29..aba069633c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4293,7 +4293,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.03.00.XXX"; +$DBversion = "3.03.00.051"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { print "Upgrade to $DBversion done (Remove spaces and dashes from message_attribute names)\n"; $dbh->do("UPDATE message_attributes SET message_name = 'Item_Due' WHERE message_name='Item Due'"); diff --git a/kohaversion.pl b/kohaversion.pl index 05f7574c4d..bde751de8d 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.050'; + our $VERSION = '3.03.00.051'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5