Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Dec 29, 2024
1 parent 9818f96 commit 6e832e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Read [FAQs](./Manual/) and avoid asking any questions. No support is provided fo
| Boot argument | DeviceProperties | Description |
|--- |--- |--- |
| `-cdfon` | `enable-hdmi20` | Enable HDMI 2.0 patches on iGPU and dGPU (Not implemented for macOS 11+) |
| `-wegbeta` | N/A | Enable WhateverGreen on unsupported OS versions (14 and below are enabled by default) |
| `-wegbeta` | N/A | Enable WhateverGreen on unsupported OS versions (15 and below are enabled by default) |
| `-wegdbg` | N/A | Enable debug printing (available in DEBUG binaries) |
| `-wegoff` | N/A | Disable WhateverGreen |

Expand Down
6 changes: 3 additions & 3 deletions WhateverGreen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
MODULE_NAME = as.vit9696.WhateverGreen;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.6.9;
MODULE_VERSION = 1.7.0;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -700,7 +700,7 @@
MODULE_NAME = as.vit9696.WhateverGreen;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.6.9;
MODULE_VERSION = 1.7.0;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -839,7 +839,7 @@
MODULE_NAME = as.vit9696.WhateverGreen;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.6.9;
MODULE_VERSION = 1.7.0;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down

0 comments on commit 6e832e6

Please sign in to comment.