From: Stéphane Delaune Date: Thu, 7 Apr 2011 08:21:17 +0000 (+0200) Subject: bug6064 adding forgotten news version in kohaversion X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=c03f31479c620eaaa8caec25bfc34d79daebafd3;p=koha.git bug6064 adding forgotten news version in kohaversion Signed-off-by: Stéphane Delaune Signed-off-by: Chris Cormack --- diff --git a/kohaversion.pl b/kohaversion.pl index a5165ce9a2..6b33ee06ad 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.03.00.045'; + our $VERSION = '3.03.00.046'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install