forked from CTCaer/hekate

Additionally disable archive bit fix tool in hekate main to shave binary size. The archive bit fix in Nyx is the only maintained one and so the only one that should be used.
12 lines
201 B
C++
12 lines
201 B
C++
# IPL Version.
|
|
BLVERSION_MAJOR := 5
|
|
BLVERSION_MINOR := 1
|
|
BLVERSION_HOTFX := 2
|
|
BLVERSION_RSVD := 0
|
|
|
|
# Nyx Version.
|
|
NYXVERSION_MAJOR := 0
|
|
NYXVERSION_MINOR := 8
|
|
NYXVERSION_HOTFX := 5
|
|
NYXVERSION_RSVD := 0
|