Bug 7955 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 19:30:54 +0000 (21:30 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 19:30:54 +0000 (21:30 +0200)
kohaversion.pl

index 6e5d80c..b7b67f9 100644 (file)
@@ -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