4.7.12-patch1

This commit is contained in:
Yair Morgenstern 2023-08-04 09:21:51 +03:00
parent 6d65d08974
commit d9ceb9290d
4 changed files with 16 additions and 5 deletions

View File

@ -4,8 +4,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.21"
const val appName = "Unciv"
const val appCodeNumber = 896
const val appVersion = "4.7.12"
const val appCodeNumber = 897
const val appVersion = "4.7.12-patch1"
const val gdxVersion = "1.11.0"
const val ktorVersion = "2.2.3"

View File

@ -536,7 +536,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
companion object {
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
val VERSION = Version("4.7.12", 896)
val VERSION = Version("4.7.12-patch1", 897)
//endregion
lateinit var Current: UncivGame

View File

@ -689,8 +689,6 @@ class Civilization : IsPartOfGameInfoSerialization {
tacticalAI.init(this)
cache.updateCivResources()
cache.setTransients()
}

File diff suppressed because one or more lines are too long