Bug 5079: Increment version number

Database update for bug 5079 has been given version 3.11.00.024
This commit is contained in:
Jared Camins-Esakov 2013-03-07 11:05:35 -05:00
parent 43c875b683
commit 86a0c19040
2 changed files with 2 additions and 2 deletions

View file

@ -6445,7 +6445,7 @@ if ( CheckVersion($DBversion) ) {
}
$DBversion = "3.11.00.XXX";
$DBversion = "3.11.00.024";
if ( CheckVersion($DBversion) ) {
$dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacItemLocation','callnum','Show the shelving location of items in the opac','callnum|ccode|location','Choice');");
print "Upgrade to $DBversion done (Bug 5079: Add OpacItemLocation syspref)\n";

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.11.00.023';
our $VERSION = '3.11.00.024';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install