From e0095c55852a9c4614ea37df67c4882f9fc3128f Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 6 Jan 2012 10:51:42 +0100 Subject: [PATCH] follow-up of the previous follow-up: forgot the kohaversion.pl file --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 7f2be15a87..60d3d9b294 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.06.00.002'; + our $VERSION = '3.07.00.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.0