Increase ABI version after changes to package fragment names

This commit is contained in:
Alexander Udalov
2013-10-02 16:06:59 +04:00
parent 8a5336aca2
commit fdc631d595
11 changed files with 3 additions and 3 deletions
@@ -25,7 +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
*/
public static final int VERSION = 8;
public static final int VERSION = 9;
public static final String TRAIT_IMPL_CLASS_NAME = "$TImpl";
public static final String TRAIT_IMPL_SUFFIX = "$" + TRAIT_IMPL_CLASS_NAME;