From c03f31479c620eaaa8caec25bfc34d79daebafd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Delaune?= Date: Thu, 7 Apr 2011 10:21:17 +0200 Subject: [PATCH] bug6064 adding forgotten news version in kohaversion MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Delaune Signed-off-by: Chris Cormack --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2