From 3974ac63c9cba664066ea0ea41c88bd02a25812a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 7 Apr 2011 16:31:48 +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 a4bdb20c66..4e4aeadb72 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4234,7 +4234,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.045'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { #Remove obsolete columns from aqbooksellers if needed my $a = $dbh->selectall_hashref('SHOW columns from aqbooksellers','Field'); diff --git a/kohaversion.pl b/kohaversion.pl index 9bb910d75e..a5165ce9a2 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.044'; + our $VERSION = '3.03.00.045'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5