From fc5f9034b6fa86ef76e01cb8a5cb8289bc48a8f8 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 28 Nov 2012 18:44:13 -0500 Subject: [PATCH] Bug 9030: Increment version number Database update for bug 9030 has been given version 3.11.00.002 --- 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 3eb95c4ebd..61bdd545ae 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6083,7 +6083,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.002"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do(q{ DELETE from aqorders_items where ordernumber NOT IN (SELECT ordernumber FROM aqorders); diff --git a/kohaversion.pl b/kohaversion.pl index bb473e9032..a3619b09e7 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.001'; + our $VERSION = '3.11.00.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0