From 8ded191629fc2c113bcd7e995f87e409990e763d Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 18 Sep 2012 18:08:12 +0200 Subject: [PATCH] Bug 7993 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 88f95807f6..5d6f7db6e0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5829,7 +5829,7 @@ if(C4::Context->preference("Version") < TransformToNum($DBversion) ) { -$DBversion = "3.09.00.XXX"; +$DBversion = "3.09.00.050"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("ALTER TABLE authorised_values MODIFY category varchar(16) NOT NULL DEFAULT '';"); $dbh->do("INSERT INTO authorised_values (category, authorised_value, lib) VALUES diff --git a/kohaversion.pl b/kohaversion.pl index fdccd3d8c5..fad4c72396 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.049'; + our $VERSION = '3.09.00.050'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2