From e30b5a334bd6a478faa141b665ce531ad7fbe1d6 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 1 Aug 2012 15:46:38 +0200 Subject: [PATCH] Bug 8207 follow-up DBrev --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 21d2909b63..c6556e0c66 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.027'; + our $VERSION = '3.09.00.028'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1