From 5fbedc0c9e92a313bbeb6164d182ba568a137fd1 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 16 Mar 2013 21:38:36 -0400 Subject: [PATCH] Bug 9239: Increment version number Database update for bug 9239 has been given version 3.11.00.029 --- 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 bada7e65ef..4b54e081c9 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6513,7 +6513,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.029"; if (CheckVersion($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('UseQueryParser', '0', 'If enabled, try to use QueryParser for queries.', NULL, 'YesNo')"); print "Upgrade to $DBversion done (Bug 9239: Make it possible for Koha to use QueryParser)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 1c52711ceb..d12bfbc991 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.028'; + our $VERSION = '3.11.00.029'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1