Merge branch 'main' of github.com:dortania/Opencore-Legacy-Patcher into main

This commit is contained in:
Dhinak G
2021-03-02 00:01:10 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog
## 0.0.12
## 0.0.11
- Re-add OpenCore GUI
- Rewrite in py3

View File

@@ -8,7 +8,7 @@ from pathlib import Path
class Constants:
def __init__(self):
self.patcher_version = "0.0.11"
self.patcher_version = "0.0.12"
self.opencore_commit = "cbd2fa3"
self.opencore_version = "0.6.7"
self.lilu_version = "1.5.1"