bug 6328: updatedatabase bump
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 25 Nov 2011 13:09:06 +0000 (14:09 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 25 Nov 2011 13:09:06 +0000 (14:09 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 5a1dc97..efa9898 100755 (executable)
@@ -4551,7 +4551,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.06.00.001";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     my $borrowers = $dbh->selectcol_arrayref( "SELECT borrowernumber from borrowers where debarred <>0;", { Columns => [1] } );
     $dbh->do("ALTER TABLE borrowers MODIFY debarred DATE DEFAULT NULL;");
index 9075247..61ff87f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.06.00.000';
+    our $VERSION = '3.06.00.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install