From 1ffdbfa5e9c3f4d63244f0897ac9b8f5eb1177d2 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 18 Oct 2011 09:46:45 +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 f8a75492a7..e3309a2d82 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4516,7 +4516,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.020"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES ('AcqViewBaskets','user','user|branch|all','Define which baskets a user is allowed to view: his own only, any within his branch or all','Choice')"); print "Upgrade to $DBversion done (Add syspref AcqViewBaskets)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 22164aadba..7946dd019e 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.05.00.019'; + our $VERSION = '3.05.00.020'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5