From 6cd95c2938dfc0726a8764397c5bc7c576929e6d Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Tue, 21 Feb 2012 09:14:35 -0500 Subject: [PATCH] Revert "Updating Version Number to 3.06.03.002" This reverts commit 52d83a16cd636165d1de415ed1398c7f4a414b12. -Necessary to revert 6299 --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 32af5b0e19..958185f05e 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.03.002'; + our $VERSION = '3.06.03.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5