Skip to content

Commit 0a3583e

Browse files
authored
bump project version to 3.0.5 (#386)
* bump project version to 3.0.5 * fix warning
1 parent 51bc1ed commit 0a3583e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
99
set(CMAKE_CXX_STANDARD 11)
1010
#set(CMAKE_VERBOSE_MAKEFILE ON)
1111

12-
project(CLIntercept VERSION 3.0.4 LANGUAGES CXX)
12+
project(CLIntercept VERSION 3.0.5 LANGUAGES CXX)
1313

1414
if(NOT CMAKE_BUILD_TYPE)
1515
message(STATUS "No build type selected, default to RelWithDebInfo")

intercept/src/utils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// SPDX-License-Identifier: MIT
55
*/
66

7-
#pragma once
8-
97
#include "utils.h"
108

119
#include <algorithm>

0 commit comments

Comments
 (0)