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 11ac0c3 commit 87baceeCopy full SHA for 87bacee
CMakeLists.txt
@@ -4,7 +4,7 @@ if(WIN32)
4
set(CMAKE_INSTALL_PREFIX C:/ CACHE PATH "default path" FORCE)
5
endif()
6
set(PR_NAME Sorting)
7
-project(${PR_NAME} VERSION 0.1.0)
+project(${PR_NAME} VERSION 0.1.1)
8
set(CMAKE_CXX_STANDARD)
9
10
include(GNUInstallDirs)
0 commit comments