From 10818eb6f17393fbf37effa8d4d1a5d5967a43db Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 19 Sep 2012 11:13:36 +0200 Subject: [PATCH] Bug 5339 follow-up DBRev --- 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 ec1e73ca3e..8f0efc80ea 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -5859,7 +5859,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.09.00.051"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do(" CREATE TABLE aqinvoices ( diff --git a/kohaversion.pl b/kohaversion.pl index fad4c72396..c796607986 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.050'; + our $VERSION = '3.09.00.051'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1