From da9046fceba7d2f5c4c39fea98f6c781e6db058c Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 20 Feb 2013 09:52:27 -0500 Subject: [PATCH] Bug 5888: Increment version number Database update for bug 5888 has been given version 3.11.00.021 --- 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 54690816e4..2108365174 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6421,7 +6421,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion ="3.11.00.XXX"; +$DBversion ="3.11.00.021"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('OPACPopupAuthorsSearch','0','Display the list of authors when clicking on one author.','','YesNo');"); print "Upgrade to $DBversion done (Bug 5888 - Subject search pop-up for the OPAC)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 34495bd6dd..3ab13d5477 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.020'; + our $VERSION = '3.11.00.021'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1