From 5a89ef7ea5733ba8c8ff4c49efebb3ab8d760eda Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 30 Mar 2011 19:36:20 +1300 Subject: [PATCH] Bug 5687 : 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 afc0164224..6528a2a49b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4134,7 +4134,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.033'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('StaffAuthorisedValueImages', '1', '', NULL, 'YesNo')"); print "Upgrade to $DBversion done (System pref StaffAuthorisedValueImages)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 3fbc4e1b34..b7ab6cfc90 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.032'; + our $VERSION = '3.03.00.033'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5