We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b3cf2 commit d0eada1Copy full SHA for d0eada1
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# OpenCore Legacy Patcher changelog
2
3
+## 0.1.0
4
+
5
## 0.0.23
6
- Fix MacBookPro4,1 15" and 17" audio support
7
- Fix iMac7,1 24" and iMac9,1 24" audio support
Resources/Constants.py
@@ -9,7 +9,7 @@
9
10
class Constants:
11
def __init__(self):
12
- self.patcher_version = "0.0.23"
+ self.patcher_version = "0.1.0"
13
self.opencore_commit = "c528597 - 2021-04-05"
14
self.opencore_version = "0.6.8"
15
self.lilu_version = "1.5.2"
0 commit comments