From 2ba0d0c90239c835abdf834d79cd9d08ba429239 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 31 Mar 2013 19:54:13 +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 55ff3aa54e..39f739e2ba 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.04.002'; + our $VERSION = '3.10.04.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5