OoT: change internal version number
Allows custom music to work with the ootrandomizer patcher for now
This commit is contained in:
parent
639e6f9a6c
commit
2fb765455c
|
@ -4,7 +4,7 @@ import subprocess
|
||||||
import Utils
|
import Utils
|
||||||
from functools import lru_cache
|
from functools import lru_cache
|
||||||
|
|
||||||
__version__ = Utils.__version__ + ' f.LUM'
|
__version__ = '6.1.0 f.LUM'
|
||||||
|
|
||||||
|
|
||||||
def data_path(*args):
|
def data_path(*args):
|
||||||
|
|
Loading…
Reference in New Issue