Bug 5549 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Apr 2012 15:59:47 +0000 (17:59 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Apr 2012 15:59:47 +0000 (17:59 +0200)
for lengthunit follow-up (that was missing in kohastructure, see comments 86 - 95

kohaversion.pl

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