Bug 9009: Increment version number

Database update for bug 9009 has been given version 3.11.00.014
This commit is contained in:
Jared Camins-Esakov 2012-12-27 10:05:56 -05:00
parent 6bae88f43d
commit 6de8f9533c
2 changed files with 2 additions and 2 deletions

View file

@ -6331,7 +6331,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.11.00.XXX";
$DBversion = "3.11.00.014";
if ( CheckVersion($DBversion) ) {
$dbh->do("INSERT INTO systempreferences ( variable, value, explanation, type ) VALUES ( 'SCOUserCSS', '', 'Add CSS to be included in the SCO module in an embedded <style> tag.', 'free' )");
$dbh->do("INSERT INTO systempreferences ( variable, value, explanation, type ) VALUES ( 'SCOUserJS', '', 'Define custom javascript for inclusion in the SCO module', 'free' )");

View file

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