Skip to content

Commit 4f9e263

Browse files
Release cmake install (#67)
1 parent 4428afb commit 4f9e263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.12)
22
project(cpp_channel)
3-
set(PROJECT_VERSION 1.0.0)
3+
set(PROJECT_VERSION 1.0.1)
44

55
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard")
66
set(CMAKE_CXX_STANDARD_REQUIRED YES)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Choose one of the methods:
2626
* [CMake FetchContent](https://github.com/andreiavrammsd/cpp-channel/tree/master/examples/cmake-project)
2727
* [CMake install](https://cmake.org/cmake/help/latest/command/install.html)
2828
```shell
29-
VERSION=1.0.0 \
29+
VERSION=1.0.1 \
3030
&& wget https://github.com/andreiavrammsd/cpp-channel/archive/refs/tags/v$VERSION.zip \
3131
&& unzip v$VERSION.zip \
3232
&& cd cpp-channel-$VERSION \

0 commit comments

Comments
 (0)