Skip to content

Commit

Permalink
forgot to remove snapshot info
Browse files Browse the repository at this point in the history
  • Loading branch information
curioustorvald committed Mar 27, 2024
1 parent f3e2fa8 commit aa2172b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/net/torvald/terrarum/TerrarumAppConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ basegame
// Commit counts up to the Release 0.3.3: 3020
// Commit counts up to the Release 0.4.0: 3631
// Commit counts up to the Release 0.4.1: 3678
// Commit counts up to the Release 0.4.2: 3761
// Commit counts up to the Release 0.4.2: 3762

val DEV_CYCLE: Map<String, Long> = mapOf(
"Alpha" to 0x0000_000004_000000,
Expand All @@ -93,9 +93,9 @@ basegame
private val DEV_CYCLE_LIST_SORTED = DEV_CYCLE.toList().sortedBy { it.second }
val CURRENT_DEV_CYCLE: String? = DEV_CYCLE_LIST_SORTED.map { it.first to VERSION_RAW - it.second }.firstOrNull { it.second >= 0L }?.first

val VERSION_SNAPSHOT = Snapshot(0) // for normal dev
// val VERSION_SNAPSHOT = Snapshot(0) // for normal dev
// val VERSION_SNAPSHOT = ForcedSnapshot("24w07d") // for snapshot release
// val VERSION_SNAPSHOT = null // for the release
val VERSION_SNAPSHOT = null // for the release

const val VERSION_TAG: String = ""

Expand Down

0 comments on commit aa2172b

Please sign in to comment.