From 77b5850b3cffb21fe1bb336ec714b8ae0baec683 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 17 Mar 2015 21:01:27 +1300 Subject: [PATCH] Bumping version number --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 6656b50500..a48be48898 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.18.04.001'; + our $VERSION = '3.18.04.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5