Abi version increased: inline calls in runtime (otherwise client inlining wouldn't work)

This commit is contained in:
Mikhael Bogdanov
2014-03-03 13:35:46 +04:00
parent 03ac462dcb
commit 16fbe1d5dd
2 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@ public final class JvmAbi {
* This constant is used to identify binary format (class file) versions
* If you change class file metadata format and/or naming conventions, please increase this number
*/
public static final int VERSION = 14;
public static final int VERSION = 15;
public static final String TRAIT_IMPL_CLASS_NAME = "$TImpl";
public static final String TRAIT_IMPL_SUFFIX = "$" + TRAIT_IMPL_CLASS_NAME;