Bug 8670 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 29 Aug 2012 15:46:14 +0000 (17:46 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 29 Aug 2012 15:46:14 +0000 (17:46 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ab3a1a2..3f7bba3 100755 (executable)
@@ -5635,7 +5635,7 @@ if(C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.031";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("DELETE FROM systempreferences WHERE variable='AmazonReviews'");
     $dbh->do("DELETE FROM systempreferences WHERE variable='AmazonSimilarItems'");
index 0975d7f..22e370a 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.030';
+    our $VERSION = '3.09.00.031';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install