mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Increment build
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
## 0.0.23
|
## 0.0.23
|
||||||
- Fix MacBookPro4,1 15" and 17" audio support
|
- Fix MacBookPro4,1 15" and 17" audio support
|
||||||
- Fix iMac7,1 24" and iMac9,1 24" audio support
|
- Fix iMac7,1 24" and iMac9,1 24" audio support
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
class Constants:
|
class Constants:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.patcher_version = "0.0.23"
|
self.patcher_version = "0.1.0"
|
||||||
self.opencore_commit = "c528597 - 2021-04-05"
|
self.opencore_commit = "c528597 - 2021-04-05"
|
||||||
self.opencore_version = "0.6.8"
|
self.opencore_version = "0.6.8"
|
||||||
self.lilu_version = "1.5.2"
|
self.lilu_version = "1.5.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user