Skip to content

Commit

Permalink
Sync PatcherSupportPkg
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Sep 10, 2024
1 parent c6f6fe4 commit 7f0a961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- Resolve Memoji crashes on 3802 GPUs.
- Resolve Photos Memories tab crash on Intel Ivy Bridge/Haswell iGPUs.
- Increment Binaries:
- PatcherSupportPkg 1.6.3 - release
- PatcherSupportPkg 1.7.9 - release
- OpenCorePkg 1.0.1 - release
- Lilu 1.6.8 - release
- WhateverGreen 1.6.7 - release
Expand Down
2 changes: 1 addition & 1 deletion opencore_legacy_patcher/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "2.0.0" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "1.7.8" # PatcherSupportPkg
self.patcher_support_pkg_version: str = "1.7.9" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2024 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher"

Expand Down

0 comments on commit 7f0a961

Please sign in to comment.