bug 7291 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 3 Apr 2012 16:32:25 +0000 (18:32 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 3 Apr 2012 16:32:25 +0000 (18:32 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 3c570c5..503c8ee 100755 (executable)
@@ -5139,7 +5139,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.044";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("ALTER TABLE aqbooksellers ADD deliverytime INT DEFAULT NULL");
     print "Upgrade to $DBversion done (Add deliverytime field in aqbooksellers table)";
index 59c92c6..00d03c1 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.043';
+    our $VERSION = '3.07.00.044';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install