From 4f170b7b5644257278015e2ce570712d1cdb83b7 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 9 Apr 2011 11:56:17 +1200 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 b42b6ed889..668ebc6a89 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4259,7 +4259,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.047'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE borrowers ADD `state` mediumtext AFTER city;"); $dbh->do("ALTER TABLE borrowers ADD `B_state` mediumtext AFTER B_city;"); diff --git a/kohaversion.pl b/kohaversion.pl index 83304597a1..392e6da079 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.XXX'; + our $VERSION = '3.03.00.047'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2