Skip to content

Commit

Permalink
VERSION 1.2.3: Lilu 1.2.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Apr 7, 2018
1 parent a384618 commit b974f2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CPUFriend.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
MODULE_NAME = org.vanilla.driver.CPUFriend;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.1.2;
MODULE_VERSION = 1.1.3;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -430,7 +430,7 @@
MODULE_NAME = org.vanilla.driver.CPUFriend;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.1.2;
MODULE_VERSION = 1.1.3;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CPUFriend Changelog
===================
#### v1.1.3
- Added Lilu 1.2.3 compatibility
- Requires Lilu 1.2.3 or higher

#### v1.1.2
- Code style changed

Expand Down

0 comments on commit b974f2a

Please sign in to comment.