From 9b656b57cb6980227099cdd9b20b01ca653bd735 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 21 Sep 2012 15:16:30 +0200 Subject: [PATCH] Bug 8523 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 290cde07ff..4d47a5929e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5966,7 +5966,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion ="3.09.00.XXX"; +$DBversion ="3.09.00.056"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('AuthDisplayHierarchy','0','Display authority hierarchies','','YesNo')"); print "Upgrade to $DBversion done (Add system preference AuthDisplayHierarchy)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 1dc44188dd..001f59d27a 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.055'; + our $VERSION = '3.09.00.056'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5