diff --git a/Changelog.md b/Changelog.md index 0d58719..6098806 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ MacHyperVSupport Changelog ============================ +#### v0.9 +- Added constants for macOS 13 support + #### v0.8 - Latest Windows support diff --git a/MacHyperVSupport/kern_start.cpp b/MacHyperVSupport/kern_start.cpp index 585c620..f8efd43 100644 --- a/MacHyperVSupport/kern_start.cpp +++ b/MacHyperVSupport/kern_start.cpp @@ -26,7 +26,7 @@ PluginConfiguration ADDPR(config) { NULL, 0, KernelVersion::SnowLeopard, - KernelVersion::Monterey, + KernelVersion::Ventura, []() { HyperVPlatformProvider::getInstance(); }