monotone actually requires interface_version 13.0 or higher because of the extended manifest usage
This commit is contained in:
parent
aa68fe3485
commit
12d3eef3d1
@ -29,7 +29,7 @@
|
|||||||
class IDF_Scm_Monotone extends IDF_Scm
|
class IDF_Scm_Monotone extends IDF_Scm
|
||||||
{
|
{
|
||||||
/** the minimum supported interface version */
|
/** the minimum supported interface version */
|
||||||
public static $MIN_INTERFACE_VERSION = 12.0;
|
public static $MIN_INTERFACE_VERSION = 13.0;
|
||||||
|
|
||||||
private $stdio;
|
private $stdio;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user