Bug 9162: Increment version number

Database update for bug 9162 has been given version 3.11.00.013
This commit is contained in:
Jared Camins-Esakov 2012-12-27 09:57:27 -05:00
parent 63ef513c0f
commit d97d8ee1ce
2 changed files with 2 additions and 2 deletions

View file

@ -6324,7 +6324,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.11.00.XXX";
$DBversion = "3.11.00.013";
if ( CheckVersion($DBversion) ) {
$dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('NotesBlacklist','','List of notes fields that should not appear in the title notes/description separator of details',NULL,'free')");
print "Upgrade to $DBversion done (Bug 9162 - Add a system preference to set which notes fields appears on title notes/description separator)\n";

View file

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