From 66de13af9a5b00e70fb93ada6a92f3481db1a981 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 5 Apr 2011 19:56:12 +1200 Subject: [PATCH] Updating database version number --- 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 514b2ba242..793102963e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4227,7 +4227,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = 'XXX'; +$DBversion = '3.03.00.044'; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("ALTER TABLE `aqbasketgroups` ADD `freedeliveryplace` TEXT NULL AFTER `deliveryplace`;"); print "Upgrade to $DBversion done (adding freedeliveryplace to basketgroups)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 8cd0c2c3c9..9bb910d75e 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.043'; + our $VERSION = '3.03.00.044'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5