Skip to content

Commit

Permalink
fix version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
YSRKEN committed Apr 16, 2016
1 parent 4733221 commit f5912e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion KCS_CUI/KCS_CUI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>PGOptimize</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(AVX2)|Win32'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
Expand Down
2 changes: 1 addition & 1 deletion KCS_CUI/KCS_CUI.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<LocalDebuggerWorkingDirectory>$(ProjectDir)../</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommandArguments>-i "sample\3-5.json" "sample\3-5 high.map" -f 3 0 -n 100000 -t 4 -o output.json &gt; log.txt</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>-i "sample\3-5.json" "sample\3-5 high.map" -f 3 0 -n 1 -t 4 -o output.json &gt; log.txt</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>$(ProjectDir)../</LocalDebuggerWorkingDirectory>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef KCS_VERSION_H_
#define KCS_VERSION_H_
#define KCS_VERSION 2,0,0
#define KCS_VERSION_STR "2.0.0"
#define KCS_VERSION 2,1,0
#define KCS_VERSION_STR "2.1.0"
#define KCS_COPYRIGHT_STR "Copyright (c) 2016 KanColleSimulator project"
#define KCS_FILE_DESCRIPTION "Simulate KanColle battle."
#endif

1 comment on commit f5912e6

@yumetodo
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.