Advance stub and JVM ABI versions due to function type reform

This commit is contained in:
Alexander Udalov
2015-05-18 17:44:20 +03:00
parent 7f0b5029eb
commit 34c6af0039
2 changed files with 2 additions and 2 deletions
@@ -26,7 +26,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 = 22;
public static final int VERSION = 23;
public static final String TRAIT_IMPL_CLASS_NAME = "$TImpl";
public static final String TRAIT_IMPL_SUFFIX = "$" + TRAIT_IMPL_CLASS_NAME;