Bug 6774 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 20:04:51 +0000 (22:04 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 20:04:51 +0000 (22:04 +0200)
kohaversion.pl

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