From 3a699f97d062954ce7784a47f08f3cd6926a67e4 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Mon, 12 May 2008 09:36:13 -0500 Subject: [PATCH] Incrementing DB revision 081 --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index a0100a1f13..58f3915897 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = "3.00.00.081"; + our $VERSION = "3.00.00.082"; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1