From: Jared Camins-Esakov Date: Tue, 20 Nov 2012 11:57:22 +0000 (-0500) Subject: Bug 9107: Increment version number X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=563942ab8431bf1675174e1a14e02400af4a1552;p=koha.git Bug 9107: Increment version number Database update for bug 9107 has been given version 3.09.00.066 --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 07c0b4387e..964df0c6af 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6055,7 +6055,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.09.00.066"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("DELETE FROM systempreferences WHERE variable='DidYouMeanFromAuthorities'"); print "Upgrade to $DBversion done (Bug 9107: remove DidYouMeanFromAuthorities syspref)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index fbb8d69211..3057f380a6 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.09.00.065'; + our $VERSION = '3.09.00.066'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install