From 5feeda3e17f9a70350dcd60aa1187484d24a4ce2 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Tue, 13 Nov 2012 09:45:19 -0500 Subject: [PATCH] Bug 6428 follow-up: Increment version number Database update for bug 6428 (follow-up) has been given version 3.09.00.065 --- 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 fab0e3c34f..518f23a51e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6048,7 +6048,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.065"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do('ALTER TABLE deleteditems ADD coded_location_qualifier varchar(10) default NULL AFTER itemcallnumber'); print "Upgrade to $DBversion done (Bug 6428: Added coded_location_qualifier to the deleteditems table)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index daac9de76f..fbb8d69211 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.064'; + our $VERSION = '3.09.00.065'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1