We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e394492 commit 260b050Copy full SHA for 260b050
CMakeLists.txt
@@ -18,7 +18,7 @@ option(BUILD_SHARED_LIBS "Build libraries as shared libraries" OFF)
18
option(USC_GNU_WERROR "Set Werror for gcc." OFF)
19
option(USE_SYSTEM_CPR "Use system CPR" OFF)
20
21
-project(USC VERSION 0.5.0)
+project(USC VERSION 0.6.0)
22
if(WIN32 AND ${CMAKE_VERSION} VERSION_GREATER "3.12")
23
cmake_policy(SET CMP0079 NEW)
24
endif()
0 commit comments