Increase ABI and stub versions

This commit is contained in:
Pavel V. Talanov
2015-03-17 15:52:41 +03:00
parent 06916d98c6
commit 94937a39be
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 = 21;
public static final int VERSION = 22;
public static final String TRAIT_IMPL_CLASS_NAME = "$TImpl";
public static final String TRAIT_IMPL_SUFFIX = "$" + TRAIT_IMPL_CLASS_NAME;