From b83c3896456a20ad3612e4f91e4b63fcaf3bfb02 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 14 Oct 2011 11:31:30 +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 744c90d29e..080d2050cb 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4499,7 +4499,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.018"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacNavBottom','','Links after OpacNav links','70|10','Textarea')"); print "Upgrade to $DBversion done (add OpacNavBottom syspref (enh 6825): if appropriate, you can split OpacNav into OpacNav and OpacNavBottom)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 8a0257a4fe..90a61bc252 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.017'; + our $VERSION = '3.05.00.018'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5