Bug 8733: Increment version number

Database update for bug 8733 has been given version 3.11.00.017
This commit is contained in:
Jared Camins-Esakov 2013-02-04 08:01:34 -05:00
parent 915ff938a1
commit eb8c95d968
2 changed files with 2 additions and 2 deletions

View file

@ -6390,7 +6390,7 @@ if ( CheckVersion($DBversion) ) {
SetVersion ($DBversion);
}
$DBversion ="3.11.00.XXX";
$DBversion ="3.11.00.017";
if ( CheckVersion($DBversion) ) {
$dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('IDreamBooksReviews','0','Display book review snippets from IDreamBooks.com','','YesNo');");
$dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('IDreamBooksReadometer','0','Display Readometer from IDreamBooks.com','','YesNo');");

View file

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