Set required runtime version to 4.6.

This commit is contained in:
Mike Lischke 2016-11-07 11:22:46 +01:00
parent 92b032820e
commit 1c3a5879e6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class CppTarget extends Target {
}
public String getVersion() {
return "4.5.4";
return "4.6";
}
public boolean needsHeader() { return true; }