Update JvmMetadataVersion to 1.1.3

This is needed because 1.1.2 binaries are considered pre-release (see
DeserializedDescriptorResolver), so it wasn't possible to compile
non-pre-release binaries with -language-version 1.0
This commit is contained in:
Alexander Udalov
2017-01-17 15:00:52 +03:00
parent 5adc3bacff
commit 8499db1f42
@@ -32,7 +32,7 @@ class JvmMetadataVersion(vararg numbers: Int) : BinaryVersion(*numbers) {
var skipCheck: Boolean = false
@JvmField
val INSTANCE = JvmMetadataVersion(1, 1, 2)
val INSTANCE = JvmMetadataVersion(1, 1, 3)
@JvmField
val INVALID_VERSION = JvmMetadataVersion()