From 119995723d8e2b1ebb6eae67e0c16d7854eea05a Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Sat, 26 Oct 2024 16:03:26 -0700 Subject: [PATCH 1/2] bump project version to 3.0.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8474e91..e0194af7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) set(CMAKE_CXX_STANDARD 11) #set(CMAKE_VERBOSE_MAKEFILE ON) -project(CLIntercept VERSION 3.0.4 LANGUAGES CXX) +project(CLIntercept VERSION 3.0.5 LANGUAGES CXX) if(NOT CMAKE_BUILD_TYPE) message(STATUS "No build type selected, default to RelWithDebInfo") From 9b599219de132defb448964176346dcb38928a27 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Sat, 26 Oct 2024 16:16:15 -0700 Subject: [PATCH 2/2] fix warning --- intercept/src/utils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/intercept/src/utils.cpp b/intercept/src/utils.cpp index f5d78738..aae83428 100644 --- a/intercept/src/utils.cpp +++ b/intercept/src/utils.cpp @@ -4,8 +4,6 @@ // SPDX-License-Identifier: MIT */ -#pragma once - #include "utils.h" #include