From 88601b74ac03446008c9db4fd76db0bc00f42e8b Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 21 Jan 2011 11:12:16 +1300 Subject: [PATCH] Bumping Koha 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 8ddb326d6d..d11a494c5e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3944,7 +3944,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.03.00.xxx"; +$DBversion = "3.03.00.014"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('ShelfBrowserUsesLocation','1','Use the item location when finding items for the shelf browser.','1','YesNo')"); $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('ShelfBrowserUsesHomeBranch','1','Use the item home branch when finding items for the shelf browser.','1','YesNo')"); diff --git a/kohaversion.pl b/kohaversion.pl index 270e2d0889..eb95ba5b56 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.013'; + our $VERSION = '3.03.00.014'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2