From 0ab317559e3ef4e29ac3e192d59bff72460bb99d Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 20 Mar 2013 14:51:15 -0400 Subject: [PATCH] Bug 7804: Increment version number Database update for bug 7804 has been given version 3.11.00.106 --- 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 6c576fa540..222428d688 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6631,7 +6631,7 @@ if ( CheckVersion($DBversion) ) { } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.106"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES ('19', 'plugins', 'Koha plugins', '0')"); $dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES diff --git a/kohaversion.pl b/kohaversion.pl index dce45b7ec6..4d8e9a1639 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.105'; + our $VERSION = '3.11.00.106'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5