Skip to content

Commit 8397ac9

Browse files
TreZc0GSKirox
authored andcommitted
Merge Rewrite scarecrow hacks in C (OoTRandomizer#2508) and [S9] Re-add some sometimes hints that were unintentionally excluded (OoTRandomizer#2509)
1 parent 3c3b204 commit 8397ac9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

version.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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
44
supplementary_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.
1414
base_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'

0 commit comments

Comments
 (0)