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

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