We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4428afb commit 4f9e263Copy full SHA for 4f9e263
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.12)
2
project(cpp_channel)
3
-set(PROJECT_VERSION 1.0.0)
+set(PROJECT_VERSION 1.0.1)
4
5
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard")
6
set(CMAKE_CXX_STANDARD_REQUIRED YES)
README.md
@@ -26,7 +26,7 @@ Choose one of the methods:
26
* [CMake FetchContent](https://github.com/andreiavrammsd/cpp-channel/tree/master/examples/cmake-project)
27
* [CMake install](https://cmake.org/cmake/help/latest/command/install.html)
28
```shell
29
-VERSION=1.0.0 \
+VERSION=1.0.1 \
30
&& wget https://github.com/andreiavrammsd/cpp-channel/archive/refs/tags/v$VERSION.zip \
31
&& unzip v$VERSION.zip \
32
&& cd cpp-channel-$VERSION \
0 commit comments