From 4153e1412110443a2f00dc29f4314308025fad3b Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 6 Dec 2012 08:33:43 -0500 Subject: [PATCH] Bug 9167: Increment version number Database update for bug 9167 has been given version 3.11.00.006 --- 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 6080ff227d..676bb3ebfb 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6125,7 +6125,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.006"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do(q{ UPDATE virtualshelves SET sortfield="copyrightdate" where sortfield="year"; diff --git a/kohaversion.pl b/kohaversion.pl index 9cc5594e3f..ebfb24368d 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.11.00.005'; + our $VERSION = '3.11.00.006'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1