Bug 8523 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 21 Sep 2012 13:16:30 +0000 (15:16 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 21 Sep 2012 13:16:30 +0000 (15:16 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 290cde0..4d47a59 100755 (executable)
@@ -5966,7 +5966,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion ="3.09.00.XXX";
+$DBversion ="3.09.00.056";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('AuthDisplayHierarchy','0','Display authority hierarchies','','YesNo')");
     print "Upgrade to $DBversion done (Add system preference AuthDisplayHierarchy)\n";
index 1dc4418..001f59d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.055';
+    our $VERSION = '3.09.00.056';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install