Skip to content

Commit 41594cd

Browse files
committed
Update version number to 3.7.0.1
1 parent a03d125 commit 41594cd

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
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(HMCLauncher
33
LANGUAGES CXX
4-
VERSION 3.7.0.0
4+
VERSION 3.7.0.1
55
)
66

77
set(CMAKE_CXX_STANDARD 20)
@@ -35,4 +35,4 @@ add_executable(HMCLauncher WIN32
3535
HMCL/path.cpp HMCL/path.h
3636
HMCL/debug.cpp HMCL/debug.h
3737
)
38-
target_link_libraries(HMCLauncher PRIVATE Shlwapi Version)
38+
target_link_libraries(HMCLauncher PRIVATE shlwapi version)

0 commit comments

Comments
 (0)