Increment jvm abi and stub versions

This commit is contained in:
Alexey Tsvetkov
2015-10-19 19:12:18 +03:00
parent e9e42b0251
commit a1d4d099ba
2 changed files with 2 additions and 2 deletions
@@ -35,7 +35,7 @@ public final class JvmAbi {
* - Patch version can be increased freely and is only supposed to be used for debugging. Increase the patch version when you
* make a change to the metadata format or the bytecode which is both forward- and backward compatible.
*/
public static final BinaryVersion VERSION = BinaryVersion.create(0, 31, 0);
public static final BinaryVersion VERSION = BinaryVersion.create(0, 32, 0);
public static final String DEFAULT_IMPLS_CLASS_NAME = "DefaultImpls";
public static final String DEFAULT_IMPLS_SUFFIX = "$" + DEFAULT_IMPLS_CLASS_NAME;