From 075a89fe4c9e13eff2872253534c4bb2c0e780be Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Fri, 7 Mar 2008 20:05:54 -0500 Subject: [PATCH] Bumping to 061 for real this time Signed-off-by: Joshua Ferraro --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index d0592e445d..ba359b662f 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = "3.00.00.060"; + our $VERSION = "3.00.00.061"; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5