From 63663d5b15308c11d67ebbf147cb756a270a00b9 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 15 Feb 2013 18:30:27 -0500 Subject: [PATCH] Bug 9395: Increment version number Database update for bug 9395 has been given version 3.11.00.018 --- 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 f609efd2c7..15d900c87d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6399,7 +6399,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.018"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('OPACNumbersPreferPhrase','0', NULL, 'Control the use of phr operator in callnumber and standard number OPAC searches', 'YesNo')"); $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('IntranetNumbersPreferPhrase','0', NULL, 'Control the use of phr operator in callnumber and standard number staff client searches', 'YesNo')"); diff --git a/kohaversion.pl b/kohaversion.pl index 5d2c011e3d..6ca0d87ebb 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.017'; + our $VERSION = '3.11.00.018'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2