From db6a65eab31ae2234c2a0d647aeb0d0a80d22998 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 20 Jun 2012 21:30:54 +0200 Subject: [PATCH] Bug 7955 follow-up DBRev number --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 6e5d80c198..b7b67f9c3f 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.014'; + our $VERSION = '3.09.00.015'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5