Bug 5795 follow-up, DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 16:08:36 +0000 (18:08 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 May 2012 16:08:36 +0000 (18:08 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index fcf904e..8bc97cb 100755 (executable)
@@ -5284,11 +5284,11 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.007";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     unless(C4::Context->preference('ReservesControlBranch')){
         $dbh->do("INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES ('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights.','Choice')");
-}
+    }
     print "Upgrade to $DBversion done (Insert ReservesControlBranch systempreference into systempreferences table )\n";
     SetVersion($DBversion);
 }
index 058d2d1..a55e495 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.006';
+    our $VERSION = '3.09.00.007';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install