From: Chris Cormack Date: Thu, 4 Aug 2011 01:33:00 +0000 (+1200) Subject: Bumping database version X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=12fbac7a4e08cb25aced02abee8c830755e86bac;p=koha.git Bumping database version --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6883a53ab9..2076edfabb 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4384,7 +4384,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.007"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpenLibraryCovers',0,'If ON Openlibrary book covers will be show',NULL,'YesNo');"); print "Upgrade to $DBversion done (Add syspref OpenLibraryCovers)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 6624bfd44b..580fde2667 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.006'; + our $VERSION = '3.05.00.007'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install