From 64b9bc74bfd8219b14f16847702cb7be5c4660db Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 22 Nov 2012 09:04:05 -0500 Subject: [PATCH] Bug 9064: Increment version number Database update for bug 9064 has been given version 3.09.00.067 --- 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 31bfc883b8..d16913f7e7 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6062,7 +6062,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.067"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE statistics CHANGE COLUMN ccode ccode varchar(10) NULL"); print "Upgrade to $DBversion done (Bug 9064: statistics.ccode potentially wrongly defined)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 3057f380a6..73f188bcc0 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.066'; + our $VERSION = '3.09.00.067'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2