Bug 9520: Increment version number
Database update for bug 9520 has been given version 3.11.00.023
This commit is contained in:
parent
7e0f0178fb
commit
6fbe246257
2 changed files with 2 additions and 2 deletions
|
@ -6437,7 +6437,7 @@ if ( CheckVersion($DBversion) ) {
|
|||
SetVersion($DBversion);
|
||||
}
|
||||
|
||||
$DBversion = "3.11.00.XXX";
|
||||
$DBversion = "3.11.00.023";
|
||||
if ( CheckVersion($DBversion) ) {
|
||||
$dbh->do("UPDATE z3950servers SET host = 'lx2.loc.gov', port = 210, db = 'LCDB', syntax = 'USMARC', encoding = 'utf8' WHERE name = 'LIBRARY OF CONGRESS'");
|
||||
print "Upgrade to $DBversion done (Bug 9520 - Update default LOC Z39.50 target)\n";
|
||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
|||
use strict;
|
||||
|
||||
sub kohaversion {
|
||||
our $VERSION = '3.11.00.022';
|
||||
our $VERSION = '3.11.00.023';
|
||||
# version needs to be set this way
|
||||
# so that it can be picked up by Makefile.PL
|
||||
# during install
|
||||
|
|
Loading…
Reference in a new issue