mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
Increment build
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.2.5
|
||||||
|
|
||||||
## 0.2.4
|
## 0.2.4
|
||||||
|
|
||||||
- Fix BlessOverride typo
|
- Fix BlessOverride typo
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ from Resources import device_probe
|
|||||||
|
|
||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.2.4"
|
self.patcher_version = "0.2.5"
|
||||||
self.opencore_commit = "be2d9fe - 07-2-2021"
|
self.opencore_commit = "be2d9fe - 07-2-2021"
|
||||||
self.opencore_version = "0.7.1"
|
self.opencore_version = "0.7.1"
|
||||||
self.lilu_version = "1.5.4"
|
self.lilu_version = "1.5.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user