mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-20 18:54:30 +10:00
Increment build version
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# OpenCore Legacy Patcher changelog
|
# OpenCore Legacy Patcher changelog
|
||||||
|
|
||||||
|
## 0.0.5
|
||||||
|
|
||||||
## 0.0.4
|
## 0.0.4
|
||||||
- Add basic audio support for legacy chipsets
|
- Add basic audio support for legacy chipsets
|
||||||
- Add patch for dual GPU machines
|
- Add patch for dual GPU machines
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ except NameError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
# List build versions
|
# List build versions
|
||||||
patcher_version = "0.0.4"
|
patcher_version = "0.0.5"
|
||||||
|
|
||||||
CustomSMBIOS=False
|
CustomSMBIOS=False
|
||||||
MainMenu=True
|
MainMenu=True
|
||||||
@@ -218,6 +218,7 @@ while MainMenu:
|
|||||||
print(" - DhinakG: Writing and maintaining this Patcher")
|
print(" - DhinakG: Writing and maintaining this Patcher")
|
||||||
print(" - Khronokernel: Writing and maintaining this Patcher")
|
print(" - Khronokernel: Writing and maintaining this Patcher")
|
||||||
print(" - Syncretic: AAAMouSSE and telemetrap")
|
print(" - Syncretic: AAAMouSSE and telemetrap")
|
||||||
|
print(" - Slice: VoodooHDA")
|
||||||
print("")
|
print("")
|
||||||
CreditMenu = input(" Press any key to exit: ")
|
CreditMenu = input(" Press any key to exit: ")
|
||||||
print("Returning to main menu...")
|
print("Returning to main menu...")
|
||||||
|
|||||||
Reference in New Issue
Block a user