bug 7092 follow-up: DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 21 Mar 2012 13:53:37 +0000 (14:53 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 21 Mar 2012 13:53:37 +0000 (14:53 +0100)
kohaversion.pl

index 4e5afa1..12e3257 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.030';
+    our $VERSION = '3.07.00.031';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install