Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko committed Aug 20, 2021
1 parent 34b9473 commit ff7a976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(oscgard VERSION 3.0)
project(oscgard VERSION 3.0.1)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Debian/Ubuntu/etc:

```shell
$ p=oscgard
$ v=3.0
$ v=3.0.1
$ wget https://github.com/dimitry-ishenko-casparcg/${p}/releases/download/v${v}/${p}_${v}_amd64.deb
$ sudo apt install ./${p}_${v}_amd64.deb
```
Expand All @@ -148,7 +148,7 @@ RaspberryPi:

```shell
$ p=oscgard
$ v=3.0
$ v=3.0.1
$ wget https://github.com/dimitry-ishenko-casparcg/${p}/releases/download/v${v}/${p}_${v}_armhf.deb
$ sudo apt install ./${p}_${v}_armhf.deb
```
Expand All @@ -161,7 +161,7 @@ Stable version (requires [CMake](https://cmake.org/) >= 3.1,

```shell
$ p=oscgard
$ v=3.0
$ v=3.0.1
$ wget https://github.com/dimitry-ishenko-casparcg/${p}/releases/download/v${v}/${p}-${v}.tar.bz2
$ tar xjf ${p}-${v}.tar.bz2
$ mkdir ${p}-${v}/build
Expand Down

0 comments on commit ff7a976

Please sign in to comment.