From eb4a24d9724482513e778921cb131fdb2fff7cb5 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 31 Jan 2013 11:12:57 -0500 Subject: [PATCH] Bug 9382: Increment version number Database update for bug 9382 has been given version 3.11.00.016 --- 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 d22d0bbd40..5571d1efef 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6347,7 +6347,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.016"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ UPDATE userflags SET flagdesc="Required for staff login. Staff access, allows viewing of catalogue in staff client." where flag="catalogue"; diff --git a/kohaversion.pl b/kohaversion.pl index f4fb1866c6..e8d4a0c7ef 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.015'; + our $VERSION = '3.11.00.016'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5