From 1c89ef1af461091913c9f4bfd24afac456092c32 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 2 Apr 2011 07:18:32 +1300 Subject: [PATCH] Updating version --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 66de4a89a9..70ff41e8b5 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.040'; + our $VERSION = '3.03.00.041'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5