Bug 6039 follow-up, DBrev number
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 27 Feb 2012 15:17:42 +0000 (16:17 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 27 Feb 2012 15:17:42 +0000 (16:17 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c2f715e..d6b3fe8 100755 (executable)
@@ -4712,7 +4712,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.017";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('TransferWhenCancelAllWaitingHolds','0','Transfer items when cancelling all waiting holds',NULL,'YesNo')");
     print "Upgrade to $DBversion done (Add sysprefs to control transfer when cancel all waiting holds)\n";
index ccf6e27..dcebd4e 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.016';
+    our $VERSION = '3.07.00.017';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install