Skip to content

Commit

Permalink
Bump version to 1.0.2: support BigSur
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs1974 committed Aug 2, 2020
1 parent 4fc7f2a commit 36ab49e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ CpuTscSync Changelog

#### v1.0.1
- Minor improvements (logging, original xcpm_urgency is called after syncing)

#### v1.0.2
- Compatibility for macOS BigSur 11.0
4 changes: 2 additions & 2 deletions CpuTscSync.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
MODULE_NAME = org.vanilla.driver.CpuTscSync;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.1;
MODULE_VERSION = 1.0.2;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -401,7 +401,7 @@
MODULE_NAME = org.vanilla.driver.CpuTscSync;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.0.1;
MODULE_VERSION = 1.0.2;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down
2 changes: 1 addition & 1 deletion CpuTscSync/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::MountainLion,
KernelVersion::Catalina,
KernelVersion::BigSur,
[]() {
cpuf.init();
}
Expand Down

0 comments on commit 36ab49e

Please sign in to comment.