Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Aug 6, 2022
1 parent fdb8be5 commit 4d8fd01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
VoodooPS2 Changelog
============================
#### v2.3.0
- Fixed variable shadowing

#### v2.2.9
- Improved stability of ALPS touchpads
- V8 touchpads can pass all four fingers to VoodooInput natively
Expand Down
4 changes: 2 additions & 2 deletions VoodooPS2Controller.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@
KERNEL_FRAMEWORK_HEADERS = "$(PROJECT_DIR)/MacKernelSDK/Headers";
"LLVM_LTO[arch=x86_64]" = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MODULE_VERSION = 2.2.9;
MODULE_VERSION = 2.3.0;
ONLY_ACTIVE_ARCH = YES;
"OTHER_LDFLAGS[arch=x86_64]" = "-dead_strip";
PRODUCT_NAME = VoodooPS2Controller;
Expand Down Expand Up @@ -822,7 +822,7 @@
KERNEL_FRAMEWORK_HEADERS = "$(PROJECT_DIR)/MacKernelSDK/Headers";
"LLVM_LTO[arch=x86_64]" = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MODULE_VERSION = 2.2.9;
MODULE_VERSION = 2.3.0;
"OTHER_LDFLAGS[arch=x86_64]" = "-dead_strip";
PRODUCT_NAME = VoodooPS2Controller;
SDKROOT = macosx;
Expand Down

0 comments on commit 4d8fd01

Please sign in to comment.