From 89b164670a429024d8de04b2c7306213a10e12c9 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 10 Jul 2012 12:09:20 +0200 Subject: [PATCH] Bug 7065 follow-up DBRev number --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index c782809da6..d9d32c5cd0 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.09.00.024'; + our $VERSION = '3.09.00.025'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5