constants.py: Sync OpenCorePkg version

This commit is contained in:
Mykola Grymalyuk
2023-03-14 21:07:02 -06:00
parent 1108d248e5
commit e579199246
2 changed files with 3 additions and 2 deletions

View File

@@ -61,6 +61,7 @@
- WhateverGreen 1.6.4 - release
- NVMeFix 1.1.0 - release
- Innie 1.3.1 - release
- OpenCorePkg 0.9.0 - release
## 0.6.1
- Avoid usage of KDKlessWorkaround on hardware not requiring it

View File

@@ -26,8 +26,8 @@ class Constants:
# OpenCore Versioning
# https://github.com/acidanthera/OpenCorePkg
self.opencore_commit = "a753334 - 01-02-2023"
self.opencore_version = "0.8.8"
self.opencore_commit = "e4f0ba1 - 03-06-2023"
self.opencore_version = "0.9.0"
# Kext Versioning
## Acidanthera