Bug 7278 follow-up DBrev number
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 10 Jan 2012 22:00:04 +0000 (23:00 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 10 Jan 2012 22:00:04 +0000 (23:00 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ed47ebe..a4ad03f 100755 (executable)
@@ -4598,7 +4598,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.007";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE items MODIFY materials text;");
     print "Upgrade to $DBversion done alter items.material from varchar(10) to text \n";
index 42fa955..09b1ca2 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.006';
+    our $VERSION = '3.07.00.007';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install