4 lines
142 B
Python
4 lines
142 B
Python
|
|
# version displayed on the title screen, must be a max 32 chars [a-z0-9.-] string
|
||
|
|
# either 'beta' or 'r.yyyy.mm.dd'
|
||
|
|
displayedVersion = 'beta'
|