File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11__version__ = '9.0.2'
22
3- # This is a supplemental version number for branches based off of main dev.
3+ # This is a supplemental version number for branches based off of main dev
44supplementary_version = 0
55
66# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
77# This will be 0x00 for main releases and 0x01 for main dev.
8- branch_identifier = 0x01
8+ branch_identifier = 0x00
99
1010# URL to your branch on GitHub.
11- branch_url = 'https://github.com/OoTRandomizer/OoT-Randomizer/tree/Dev '
11+ branch_url = 'https://github.com/OoTRandomizer/OoT-Randomizer/tree/release '
1212
1313# This is named __version__ at the top for compatability with older versions trying to version check.
1414base_version = __version__
1515
1616# And finally, the completed version string. This is what is displayed and used for salting seeds.
17- __version__ = f'{ base_version } f.LUM '
17+ __version__ = f'{ base_version } Release '
You can’t perform that action at this time.
0 commit comments