From: Chris Cormack Date: Sat, 10 Sep 2011 09:35:49 +0000 (+1200) Subject: Bumpding database version X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=13db3b62a01312890ae19b27cde26a4165b21388;p=koha.git Bumpding database version --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index afdd9543a7..6b88c29629 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4439,7 +4439,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.05.00.XXX"; +$DBversion = "3.05.00.011"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OPACResultsSidebar','','Define HTML to be included on the search results page, underneath the facets sidebar','70|10','Textarea')"); print "Upgrade to $DBversion done (add OPACResultsSidebar syspref (enh 6165))\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 5b72642a90..f864378a1f 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.010'; + our $VERSION = '3.05.00.011'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install