From d2d42b47c86d7dd10ccb3f866b090f70cac0140c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 11 Oct 2011 15:31:23 +1300 Subject: [PATCH] Bumping database version to 3.05.00.015 --- 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 d15c8fb3af..1369ffb899 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4466,7 +4466,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.015"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('NovelistSelectEnabled',0,'Enable Novelist Select content. Requires Novelist Profile and Password',NULL,'YesNo')"); $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('NovelistSelectProfile',NULL,'Novelist Select user Password',NULL,'free')"); diff --git a/kohaversion.pl b/kohaversion.pl index bb139dca5d..106b18f8b5 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.014'; + our $VERSION = '3.05.00.015'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2