Skip to content

Commit 850d0e0

Browse files
committed
Change module version
1 parent 0cd7af8 commit 850d0e0

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

SMCProcessorAMD.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/* End PBXBuildFile section */
1717

1818
/* Begin PBXFileReference section */
19+
776129DF2A4371FE003779C0 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
1920
B57D27F423F66AE7002BC699 /* SMCProcessorAMD.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SMCProcessorAMD.kext; sourceTree = BUILT_PRODUCTS_DIR; };
2021
B57D27FB23F66AE7002BC699 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2122
B57D280123F66C8E002BC699 /* SMCProcessorAMD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SMCProcessorAMD.cpp; sourceTree = "<group>"; };
@@ -40,6 +41,7 @@
4041
B57D27EA23F66AE7002BC699 = {
4142
isa = PBXGroup;
4243
children = (
44+
776129DF2A4371FE003779C0 /* README.md */,
4345
B57D27F623F66AE7002BC699 /* SMCProcessorAMD */,
4446
B57D27F523F66AE7002BC699 /* Products */,
4547
);
@@ -305,7 +307,7 @@
305307
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
306308
MARKETING_VERSION = 1.0.0;
307309
MODULE_NAME = as.lorys89.SMCProcessorAMD;
308-
MODULE_VERSION = 1.0;
310+
MODULE_VERSION = 1.0.0;
309311
OTHER_CPLUSPLUSFLAGS = "-Wno-inconsistent-missing-override";
310312
OTHER_LDFLAGS = "-static";
311313
PRODUCT_BUNDLE_IDENTIFIER = as.lorys89.SMCProcessorAMD;
@@ -333,7 +335,7 @@
333335
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/Library";
334336
MARKETING_VERSION = 1.0.0;
335337
MODULE_NAME = as.lorys89.SMCProcessorAMD;
336-
MODULE_VERSION = 1.0;
338+
MODULE_VERSION = 1.0.0;
337339
OTHER_CPLUSPLUSFLAGS = "-Wno-inconsistent-missing-override";
338340
OTHER_LDFLAGS = "-static";
339341
PRODUCT_BUNDLE_IDENTIFIER = as.lorys89.SMCProcessorAMD;

SMCProcessorAMD/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>KEXT</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>$(MARKETING_VERSION)</string>
18+
<string>$(MODULE_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>$(CURRENT_PROJECT_VERSION)</string>
20+
<string>$(MODULE_VERSION)</string>
2121
<key>IOKitPersonalities</key>
2222
<dict>
2323
<key>as.lorys89.SMCProcessorAMD</key>

0 commit comments

Comments
 (0)