4.7.15-patch1

This commit is contained in:
Yair Morgenstern 2023-08-18 12:51:37 +03:00
parent 0e664d943b
commit 72a7f4df57
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -22,7 +22,7 @@ AI:
Mod manager smallish overhaul - By SomeTroglodyte Mod manager smallish overhaul - By SomeTroglodyte
Spectators don't get gold on new games - By tuvus Spectators don't get gold on new g ///////ames - By tuvus
Promotion tree improvements - By SeventhM Promotion tree improvements - By SeventhM

View File

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