Bug 7398 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 13:47:37 +0000 (15:47 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 13:47:37 +0000 (15:47 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index b55220e..ca5fb30 100755 (executable)
@@ -5271,7 +5271,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
 
 
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.09.00.006";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("UPDATE systempreferences SET
                 variable = 'OPACShowHoldQueueDetails',
index 987f6e0..058d2d1 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.005';
+    our $VERSION = '3.09.00.006';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install