Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed Jan 9, 2019
1 parent 025eaf2 commit 610c7bf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ build/
bin/
obj/
*.aps
dist/
1 change: 1 addition & 0 deletions magickmeter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="Config.cpp" />
<ClCompile Include="Effect.cpp" />
<ClCompile Include="src\FromCombine.cpp" />
<ClCompile Include="src\FromFile.cpp" />
<ClCompile Include="src\FromGradient.cpp" />
Expand Down
1 change: 1 addition & 0 deletions magickmeter.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<ClCompile Include="src\MagickMeter.cpp" />
<ClCompile Include="src\MathParser.cpp" />
<ClCompile Include="Config.cpp" />
<ClCompile Include="Effect.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="cpp.hint" />
Expand Down
4 changes: 2 additions & 2 deletions skinDefinition.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "MagickMeter Example Skins",
"author": "khanhas",
"version": "0.6.0",
"version": "0.7.1",
"minimumVersion": "4.1",
"minimumWindows": "5.1",
"output": "./dist/magickmeter_0.6.0.rmskin",
"output": "./dist/magickmeter_0.7.1.rmskin",
"skinDir": "./example-skins",
"configPrefix": "MagickMeterExample",
"headerImage": "./header.bmp",
Expand Down
2 changes: 1 addition & 1 deletion src/MagickMeter.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,0,0
FILEVERSION 0,7,1,0
PRODUCTVERSION 3,0,2,2161
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define PLUGIN_VERSION "0.6.0.0"
#define PLUGIN_VERSION "0.7.1.0"
#define PLUGIN_AUTHOR "khanhas"
#define PLUGIN_YEAR 2018
// Has to be the same as the project name!
Expand Down

0 comments on commit 610c7bf

Please sign in to comment.