Upgrade ABI version after objects refactoring

This commit is contained in:
Alexander Udalov
2013-12-02 19:50:24 +04:00
parent 076cb07ace
commit d6e1af645f
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 = 12;
public static final int VERSION = 13;
public static final String TRAIT_IMPL_CLASS_NAME = "$TImpl";
public static final String TRAIT_IMPL_SUFFIX = "$" + TRAIT_IMPL_CLASS_NAME;