From d9ebd6711c5f79072f820c69d805c39872fdd84c Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 9 Apr 2024 20:05:46 -0700 Subject: [PATCH] bump project version to 3.0.4 (#352) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df5d3a38..b8474e91 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.3 LANGUAGES CXX) +project(CLIntercept VERSION 3.0.4 LANGUAGES CXX) if(NOT CMAKE_BUILD_TYPE) message(STATUS "No build type selected, default to RelWithDebInfo")