From 175e1bdcbde513a509dbff9164fb162262e67379 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 23 Jul 2012 10:51:04 +0200 Subject: [PATCH] Bug 8083 follow-up DBRev number --- 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 1c3c76bae4..dbceb8d51c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5539,7 +5539,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.026"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT INTO permissions (module_bit, code, description) VALUES ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'), diff --git a/kohaversion.pl b/kohaversion.pl index d9d32c5cd0..ce3a3cd728 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.09.00.025'; + our $VERSION = '3.09.00.026'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1