We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34a906 commit 0ab0db4Copy full SHA for 0ab0db4
CMakeLists.txt
@@ -5,7 +5,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
5
endif()
6
7
# Put the project early since modules might need to detect the compiler
8
-project("D2.Detours" LANGUAGES C CXX VERSION 1.0.0)
+project("D2.Detours" LANGUAGES C CXX VERSION 1.1.0)
9
10
if(NOT ${CMAKE_SIZEOF_VOID_P} EQUAL 4)
11
message(FATAL_ERROR "Diablo2 is 32bits only. Invoke CMake with '-A Win32'")
0 commit comments