Skip to content

Commit

Permalink
Bump jdis version to 1.2.0 for output format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cubanismo committed Jun 28, 2022
1 parent 728a71c commit 9ebb8a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Adjust these when making new releases

JDIS_MAJOR = 1
JDIS_MINOR = 1
JDIS_MINOR = 2
JDIS_MICRO = 0

# Compiler/linker flags
Expand Down
10 changes: 5 additions & 5 deletions vs2022/jdis/jdis.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);JDIS_MAJOR=1;JDIS_MINOR=1;JDIS_MICRO=0;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);JDIS_MAJOR=1;JDIS_MINOR=2;JDIS_MICRO=0;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>
<ObjectFileName>$(IntDir)obj\</ObjectFileName>
Expand All @@ -108,7 +108,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);JDIS_MAJOR=1;JDIS_MINOR=1;JDIS_MICRO=0;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);JDIS_MAJOR=1;JDIS_MINOR=2;JDIS_MICRO=0;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>
<ObjectFileName>$(IntDir)obj\</ObjectFileName>
Expand All @@ -126,7 +126,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);JDIS_MAJOR=1;JDIS_MINOR=1;JDIS_MICRO=0;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);JDIS_MAJOR=1;JDIS_MINOR=2;JDIS_MICRO=0;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>
<ObjectFileName>$(IntDir)obj\</ObjectFileName>
Expand All @@ -144,7 +144,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);JDIS_MAJOR=1;JDIS_MINOR=1;JDIS_MICRO=0;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);JDIS_MAJOR=1;JDIS_MINOR=2;JDIS_MICRO=0;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>
<ObjectFileName>$(IntDir)obj\</ObjectFileName>
Expand All @@ -164,4 +164,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 9ebb8a5

Please sign in to comment.