monotone actually requires interface_version 13.0 or higher because of the extended manifest usage

This commit is contained in:
Thomas Keller 2011-04-02 15:40:18 +02:00
parent aa68fe3485
commit 12d3eef3d1

View File

@ -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;