From 595687e213587e690d4bc66752e582fdac787043 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 29 Mar 2013 20:12:07 +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 1f4e3ce525..55ff3aa54e 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.001'; + our $VERSION = '3.10.04.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5