Increase abi version

This commit is contained in:
Pavel V. Talanov
2015-01-20 20:44:06 +03:00
parent 1e772e3d1a
commit 32aff01969
3 changed files with 3 additions and 33 deletions
@@ -25,8 +25,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
*/
//TODO: remove clsStubBuilding#sortCallableStubs and this comment when abi version is increased to 20
public static final int VERSION = 19;
public static final int VERSION = 20;
public static final String TRAIT_IMPL_CLASS_NAME = "$TImpl";
public static final String TRAIT_IMPL_SUFFIX = "$" + TRAIT_IMPL_CLASS_NAME;