Skip to content

Commit

Permalink
Merge pull request #10 from MAFINS/maf
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
MAFINS authored Feb 21, 2019
2 parents eb90e82 + 0ff87b3 commit 37e8aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Solution/source/Menyoo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>Disabled</Optimization>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;NativeTrainer_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down
2 changes: 1 addition & 1 deletion Solution/source/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define _CRT_SECURE_NO_WARNINGS

// version
#define MENYOO_CURRENT_VER_ "0.9998773b"
#define MENYOO_CURRENT_VER_ "1.0.0"

#define GAME_PLAYERCOUNT 30

Expand Down

0 comments on commit 37e8aaa

Please sign in to comment.