From: Paul Poulain Date: Wed, 20 Jun 2012 20:04:51 +0000 (+0200) Subject: Bug 6774 follow-up DBRev number X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=40323adcc24682c4d4232086eb159def61305559 Bug 6774 follow-up DBRev number --- diff --git a/kohaversion.pl b/kohaversion.pl index b7b67f9c3f..6ea11e4651 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.015'; + our $VERSION = '3.09.00.016'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install