From ffc8076d1ac9de7ce8a1b3a525797366b3f7fea1 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 13 Mar 2013 08:15:09 -0400 Subject: [PATCH] Bug 6898: Increment version number Database update for bug 6898 has been given version 3.11.00.027 --- 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 1779aa22d3..317680af23 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6486,7 +6486,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.027"; if ( CheckVersion($DBversion) ) { $dbh->do(q{ INSERT INTO permissions ( module_bit, code, description ) diff --git a/kohaversion.pl b/kohaversion.pl index 60ef7ffebb..51d52d1e4f 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.026'; + our $VERSION = '3.11.00.027'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1