bug 5549: follow-up DBRev number origin/new/bug_5549
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 16:47:52 +0000 (17:47 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 16:47:52 +0000 (17:47 +0100)
kohaversion.pl

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