From fdaf3c69e195217d4316483cb919f63b2a5ca72b Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 26 Jan 2011 04:10:42 +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 b393323f2a..f03f48f048 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3953,7 +3953,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.03.00.XXX"; +$DBversion = "3.03.00.015"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { my $sth = $dbh->prepare("INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) diff --git a/kohaversion.pl b/kohaversion.pl index eb95ba5b56..f57080e003 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.014'; + our $VERSION = '3.03.00.015'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5