From: Jared Camins-Esakov Date: Sat, 10 Nov 2012 01:36:13 +0000 (-0500) Subject: Bug 6428: Increment version number X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=8b3f78a5b9a3764ff424dfb887152179a923626c;p=koha.git Bug 6428: Increment version number Database update for bug 6428 has been given version 3.09.00.064 --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 76b3817141..f7e34ebbf4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6041,7 +6041,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.064"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do('ALTER TABLE items ADD coded_location_qualifier varchar(10) default NULL'); print "Upgrade to $DBversion done (Bug 6428: Added coded_location_qualifier to the items table)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 9c89734b63..daac9de76f 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.063'; + our $VERSION = '3.09.00.064'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install