From f0c5d74f06e81da63e1a931416341c9da736e712 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 13 Dec 2010 10:24:46 +1300 Subject: [PATCH] Bumping db version --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 3b6d24c197..1297b2266b 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.03.00.007'; + our $VERSION = '3.03.00.008'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1