From c72708ab7eed87f066b2210aeaa3ce45c63469f6 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 26 Mar 2015 15:57:26 +1300 Subject: [PATCH] Bumping version --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 4e5344bfa9..f4aa1ed72e 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.16.08.000'; + our $VERSION = '3.16.08.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5