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

Commit 78913df

Browse files
committed
Sets version to 0.1.1
1 parent 6eaa535 commit 78913df

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

RadeonSensor.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
458458
CODE_SIGN_STYLE = Manual;
459459
COPY_PHASE_STRIP = NO;
460-
CURRENT_PROJECT_VERSION = 0.1;
460+
CURRENT_PROJECT_VERSION = 0.1.1;
461461
DEBUG_INFORMATION_FORMAT = dwarf;
462462
DEVELOPMENT_TEAM = "";
463463
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -487,7 +487,7 @@
487487
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021 Aluveitie. All rights reserved.";
488488
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
489489
MACOSX_DEPLOYMENT_TARGET = 11.3;
490-
MARKETING_VERSION = 0.1;
490+
MARKETING_VERSION = 0.1.1;
491491
MODULE_NAME = aluveitie.RadeonSensor;
492492
MODULE_START = radeonsensor_start;
493493
MODULE_STOP = radeonsensor_stop;
@@ -542,7 +542,7 @@
542542
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
543543
CODE_SIGN_STYLE = Manual;
544544
COPY_PHASE_STRIP = NO;
545-
CURRENT_PROJECT_VERSION = 0.1;
545+
CURRENT_PROJECT_VERSION = 0.1.1;
546546
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
547547
DEVELOPMENT_TEAM = "";
548548
ENABLE_NS_ASSERTIONS = NO;
@@ -568,7 +568,7 @@
568568
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021 Aluveitie. All rights reserved.";
569569
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
570570
MACOSX_DEPLOYMENT_TARGET = 11.3;
571-
MARKETING_VERSION = 0.1;
571+
MARKETING_VERSION = 0.1.1;
572572
MODULE_NAME = aluveitie.RadeonSensor;
573573
MODULE_START = radeonsensor_start;
574574
MODULE_STOP = radeonsensor_stop;

RadeonSensor/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
<string>12.0.0</string>
5353
<key>com.apple.kpi.iokit</key>
5454
<string>12.0.0</string>
55-
<key>com.apple.kpi.mach</key>
56-
<string>10.0.0</string>
5755
<key>com.apple.kpi.libkern</key>
5856
<string>10.0.0</string>
57+
<key>com.apple.kpi.mach</key>
58+
<string>10.0.0</string>
5959
</dict>
6060
</dict>
6161
</plist>

0 commit comments

Comments
 (0)