Bump Abi version for IR based libraries.

This commit is contained in:
Alexander Gorshenev
2019-01-28 14:54:15 +03:00
committed by alexander-gorshenev
parent a929dc9c6d
commit a9176c736b
2 changed files with 22 additions and 12 deletions
@@ -6,7 +6,7 @@ fun String.parseKonanAbiVersion(): KonanAbiVersion {
data class KonanAbiVersion(val version: Int) {
companion object {
val CURRENT = KonanAbiVersion(5)
val CURRENT = KonanAbiVersion(6)
}
override fun toString() = "$version"
}