Skip to content

Commit

Permalink
Update MODLOADER_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM authored Nov 4, 2023
1 parent 90c4d67 commit 9201b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")

set(MODLOADER_VERSION "Preview 3")
set(MODLOADER_VERSION "v0.0.1-alpha4")

add_subdirectory(dep/funchook)

Expand Down

0 comments on commit 9201b72

Please sign in to comment.