We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c4d67 commit 9201b72Copy full SHA for 9201b72
CMakeLists.txt
@@ -19,7 +19,7 @@ endif()
19
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
20
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")
21
22
-set(MODLOADER_VERSION "Preview 3")
+set(MODLOADER_VERSION "v0.0.1-alpha4")
23
24
add_subdirectory(dep/funchook)
25
0 commit comments