Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
Sets version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aluveitie committed Oct 6, 2021
1 parent 6eaa535 commit 78913df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions RadeonSensor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.1;
CURRENT_PROJECT_VERSION = 0.1.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -487,7 +487,7 @@
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021 Aluveitie. All rights reserved.";
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
MACOSX_DEPLOYMENT_TARGET = 11.3;
MARKETING_VERSION = 0.1;
MARKETING_VERSION = 0.1.1;
MODULE_NAME = aluveitie.RadeonSensor;
MODULE_START = radeonsensor_start;
MODULE_STOP = radeonsensor_stop;
Expand Down Expand Up @@ -542,7 +542,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.1;
CURRENT_PROJECT_VERSION = 0.1.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_NS_ASSERTIONS = NO;
Expand All @@ -568,7 +568,7 @@
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021 Aluveitie. All rights reserved.";
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
MACOSX_DEPLOYMENT_TARGET = 11.3;
MARKETING_VERSION = 0.1;
MARKETING_VERSION = 0.1.1;
MODULE_NAME = aluveitie.RadeonSensor;
MODULE_START = radeonsensor_start;
MODULE_STOP = radeonsensor_stop;
Expand Down
4 changes: 2 additions & 2 deletions RadeonSensor/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
<string>12.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>12.0.0</string>
<key>com.apple.kpi.mach</key>
<string>10.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>10.0.0</string>
<key>com.apple.kpi.mach</key>
<string>10.0.0</string>
</dict>
</dict>
</plist>

0 comments on commit 78913df

Please sign in to comment.