Skip to content

Commit

Permalink
Set new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Oct 8, 2023
1 parent a40ed21 commit be8fc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)
project(cpp_channel)
set(PROJECT_VERSION 0.8.0)
set(PROJECT_VERSION 0.8.1)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED YES)
Expand Down
2 changes: 1 addition & 1 deletion examples/cmake-project/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ target_link_libraries(cmake_project)

include(FetchContent)
if (NOT channel_POPULATED)
FetchContent_Declare(channel URL https://github.com/andreiavrammsd/cpp-channel/archive/v0.8.0.zip)
FetchContent_Declare(channel URL https://github.com/andreiavrammsd/cpp-channel/archive/v0.8.1.zip)
FetchContent_Populate(channel)
include_directories(${channel_SOURCE_DIR}/include)
# OR
Expand Down

0 comments on commit be8fc6c

Please sign in to comment.