Bug 7977 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 12:33:30 +0000 (14:33 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 12:33:30 +0000 (14:33 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 399506e..82d48e7 100755 (executable)
@@ -5246,7 +5246,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.005";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     unless (TableExists('quotes')) {
         $dbh->do( qq{
index bc0be8a..987f6e0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.004';
+    our $VERSION = '3.09.00.005';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install