From 269d864885bcdc23f57563e02bc8f2dba227b35d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 23 Mar 2011 10:42:38 +1300 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 eb3b13f796..5dcbc97c16 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4106,7 +4106,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { } -$DBversion = "3.03.00.XXX"; +$DBversion = "3.03.00.029"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('AllowPurchaseSuggestionBranchChoice', 0, 'Allow user to choose branch when making a purchase suggestion','1','YesNo')"); print "Upgrade to $DBversion done (Add syspref to control if user can choose branch when making purchase suggestion)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index aadafd539d..cb73e9a86b 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.028'; + our $VERSION = '3.03.00.029'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1