From ed918e3248bf2a93759905189d9a0b90cb757665 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 28 Apr 2013 10:21:17 +1200 Subject: [PATCH] Bumping database version number --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 1c0531b913..c0e33f4b94 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.05.000'; + our $VERSION = '3.10.05.003'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5