From 3f02084164b1e0d476a6e560aa8f49fbfaa67965 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 3 Jul 2011 08:52:48 +1200 Subject: [PATCH] Bumping database version number --- 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 7c80999764..fdacb407fa 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4354,7 +4354,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.003"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(qq{ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacRenewalBranch','checkoutbranch','Choose how the branch for an OPAC renewal is recorded in statistics','itemhomebranch|patronhomebranch|checkoutbranch|null','Choice'); diff --git a/kohaversion.pl b/kohaversion.pl index 470ca3d6d0..42e2f48c3e 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.002'; + our $VERSION = '3.05.00.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2