From d03148a7176005f7f7bf46206b04f46fcd296acf Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 9 Oct 2011 20:15:35 +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 1676fd9d23..74af41cad7 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4452,7 +4452,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.013"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do(qq|INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('OpacKohaUrl','0',"Show 'Powered by Koha' text on OPAC footer.",NULL,NULL)|); print "Upgrade to $DBversion done (Add syspref 'OpacKohaUrl')\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 6bf345b924..2865e4ce3d 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.012'; + our $VERSION = '3.05.00.013'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1