From eb8c95d96844853ab94cdd5d27cef76bf49c7610 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Mon, 4 Feb 2013 08:01:34 -0500 Subject: [PATCH] Bug 8733: Increment version number Database update for bug 8733 has been given version 3.11.00.017 --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c8c9eee829..ed922b88ac 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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');"); diff --git a/kohaversion.pl b/kohaversion.pl index e8d4a0c7ef..5d2c011e3d 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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 -- 2.39.5