mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-21 18:40:16 +10:00
Increment Build Version
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.1.6
|
||||||
|
|
||||||
## 0.1.5
|
## 0.1.5
|
||||||
- Fix crashing when Wireless module not present
|
- Fix crashing when Wireless module not present
|
||||||
- Add iMac10,1 default dGPU pathing
|
- Add iMac10,1 default dGPU pathing
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.1.5"
|
self.patcher_version = "0.1.6"
|
||||||
self.opencore_commit = "65cc81b - 05-03-2021"
|
self.opencore_commit = "65cc81b - 05-03-2021"
|
||||||
self.opencore_version = "0.6.9"
|
self.opencore_version = "0.6.9"
|
||||||
self.lilu_version = "1.5.3"
|
self.lilu_version = "1.5.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user