From 1658110bab3fe2a5e1723e0afe3360413e3d61dc Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 11 Jan 2011 08:12:59 +1300 Subject: [PATCH] Bumping database number to 011 --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index ad612941cd..1925969069 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.010'; + our $VERSION = '3.03.00.011'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2