Browse Source

Bug 9009: Increment version number

Database update for bug 9009 has been given version 3.11.00.014
3.12.x
Jared Camins-Esakov 12 years ago
parent
commit
6de8f9533c
  1. 2
      installer/data/mysql/updatedatabase.pl
  2. 2
      kohaversion.pl

2
installer/data/mysql/updatedatabase.pl

@ -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' )");

2
kohaversion.pl

@ -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

Loading…
Cancel
Save