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") 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