Bug 7613 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Apr 2012 15:37:26 +0000 (17:37 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Apr 2012 15:37:26 +0000 (17:37 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 266565b..a3fd90e 100755 (executable)
@@ -5147,9 +5147,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
 }
 
 
-
-
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.045";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE import_batches MODIFY COLUMN batch_type ENUM('batch','z3950','webservice') NOT NULL default 'batch'");
     print "Upgrade to $DBversion done (Add 'webservice' to batch_type enum)\n";
index 00d03c1..7bd30fa 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.044';
+    our $VERSION = '3.07.00.045';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install