Bug 8724 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 22 Oct 2012 13:00:25 +0000 (15:00 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 22 Oct 2012 13:00:25 +0000 (15:00 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index dc0794f..4759034 100755 (executable)
@@ -6011,7 +6011,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = 'XXX';
+$DBversion = "3.09.00.062";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    $dbh->do("UPDATE systempreferences SET value=0 WHERE variable='NoZebra'");
    $dbh->do("UPDATE systempreferences SET value=0 WHERE variable='QueryRemoveStopwords'");
index db591d3..b7798e4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.061';
+    our $VERSION = '3.09.00.062';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install