From 1c37b030fcc4f02e54e7b7d6765b45d7566c8a46 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Thu, 4 Nov 2010 20:27:49 -0400 Subject: [PATCH] Updating Version Number to 3.02.00.006 --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 0adbf9d4c1..3fcd998b25 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.02.00.005'; + our $VERSION = '3.02.00.006'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5