mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 02:42:16 -04:00
4.17.17-patch1
This commit is contained in:
parent
4df0d5871f
commit
33c4d9eb12
@ -3,7 +3,7 @@ package com.unciv.build
|
||||
|
||||
object BuildConfig {
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 1158
|
||||
const val appVersion = "4.17.17"
|
||||
const val appCodeNumber = 1159
|
||||
const val appVersion = "4.17.17-patch1"
|
||||
const val identifier = "com.unciv.app"
|
||||
}
|
||||
|
@ -494,7 +494,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.17.17", 1158)
|
||||
val VERSION = Version("4.17.17-patch1", 1159)
|
||||
//endregion
|
||||
|
||||
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user