Bug 5339 follow-up DBRev
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 19 Sep 2012 09:13:36 +0000 (11:13 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 19 Sep 2012 09:13:36 +0000 (11:13 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ec1e73c..8f0efc8 100755 (executable)
@@ -5859,7 +5859,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "3.09.00.051";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("
         CREATE TABLE aqinvoices (
index fad4c72..c796607 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.050';
+    our $VERSION = '3.09.00.051';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install