i^dates version number

This commit is contained in:
chardub
2026-07-10 17:09:32 -04:00
parent 3014d486a1
commit d3f378b833
2 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -5,8 +5,8 @@
#==============================================================================# #==============================================================================#
module Settings module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION_NUMBER = "6.8.0" GAME_VERSION_NUMBER = "6.8.1"
LATEST_GAME_RELEASE = "6.6" LATEST_GAME_RELEASE = "6.8"
HOENN_VERSION_NUMBER = "1.1.0" HOENN_VERSION_NUMBER = "1.1.0"
HOENN_LATEST_GAME_RELEASE = "1.1.0" HOENN_LATEST_GAME_RELEASE = "1.1.0"