Skip to content

Commit 0ab0db4

Browse files
committed
Bump version to 1.1.0
1 parent b34a906 commit 0ab0db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
55
endif()
66

77
# Put the project early since modules might need to detect the compiler
8-
project("D2.Detours" LANGUAGES C CXX VERSION 1.0.0)
8+
project("D2.Detours" LANGUAGES C CXX VERSION 1.1.0)
99

1010
if(NOT ${CMAKE_SIZEOF_VOID_P} EQUAL 4)
1111
message(FATAL_ERROR "Diablo2 is 32bits only. Invoke CMake with '-A Win32'")

0 commit comments

Comments
 (0)