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 221a75a commit 40bd709Copy full SHA for 40bd709
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
2
set(CMAKE_CXX_STANDARD 17)
3
set(CMAKE_CXX_STANDARD_REQUIRED ON)
4
5
-project(cgproxy VERSION 0.13)
+project(cgproxy VERSION 0.14)
6
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-result")
7
8
option(with_execsnoop "enable program level proxy control feature, need bcc installed" ON)
0 commit comments