Skip to content

Commit 14e233a

Browse files
authored
Version update to Preview 3
1 parent 8f4c9cf commit 14e233a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif()
1111

1212
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1313

14-
set(MODLOADER_VERSION "Preview 2")
14+
set(MODLOADER_VERSION "Preview 3")
1515

1616
add_subdirectory(dep/funchook)
1717

@@ -24,4 +24,4 @@ target_include_directories(server_modloader PUBLIC include/)
2424

2525
install(TARGETS server_modloader DESTINATION lib)
2626
install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION include)
27-
install(FILES ModLoaderConfig.cmake DESTINATION share/cmake/modloader)
27+
install(FILES ModLoaderConfig.cmake DESTINATION share/cmake/modloader)

0 commit comments

Comments
 (0)