From ceebedcb7d27bef4efeb7d926c8d09cc23aebb6a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 17 Mar 2013 10:01:09 +1300 Subject: [PATCH] Bump database version --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index b908a150e8..9543047cdb 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.10.03.002'; + our $VERSION = '3.10.03.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5