From 395f4d49ec306c8d0c540d503acff097efc750b7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 14 Dec 2007 16:44:13 -0600 Subject: [PATCH] installer: fixed typo in version number --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index c96a9da1e2..3a74cd6a70 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = "3.00.00.35"; + our $VERSION = "3.00.00.035"; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5