Skip to content

Commit 511ea4c

Browse files
committed
Increment build version
1 parent 1a37abb commit 511ea4c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenCore Legacy Patcher changelog
22

3+
## 0.0.5
4+
35
## 0.0.4
46
- Add basic audio support for legacy chipsets
57
- Add patch for dual GPU machines

OpenCore-Patcher.command

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ except NameError:
2020
pass
2121

2222
# List build versions
23-
patcher_version = "0.0.4"
23+
patcher_version = "0.0.5"
2424

2525
CustomSMBIOS=False
2626
MainMenu=True
@@ -218,6 +218,7 @@ while MainMenu:
218218
print(" - DhinakG: Writing and maintaining this Patcher")
219219
print(" - Khronokernel: Writing and maintaining this Patcher")
220220
print(" - Syncretic: AAAMouSSE and telemetrap")
221+
print(" - Slice: VoodooHDA")
221222
print("")
222223
CreditMenu = input(" Press any key to exit: ")
223224
print("Returning to main menu...")

0 commit comments

Comments
 (0)