From 3dfaa8f31f6b50500d813ec19b9e8975a0747195 Mon Sep 17 00:00:00 2001 From: Dimitry Ishenko Date: Thu, 26 Aug 2021 17:58:56 -0400 Subject: [PATCH] v3.1 --- CMakeLists.txt | 2 +- README.md | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a97773..cdd7c3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) -project(baker VERSION 3.0) +project(baker VERSION 3.1) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/README.md b/README.md index d5c880f..2eca0eb 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,7 @@ Requires [libosc++](https://github.com/dimitry-ishenko-cpp/liboscpp) >= 1.0. Debian/Ubuntu/etc: ```shell -$ p=baker -$ v=3.0 +$ p=baker v=3.1 $ wget https://github.com/dimitry-ishenko-casparcg/${p}/releases/download/v${v}/${p}_${v}_amd64.deb $ sudo apt install ./${p}_${v}_amd64.deb ``` @@ -92,8 +91,7 @@ $ sudo apt install ./${p}_${v}_amd64.deb RaspberryPi: ```shell -$ p=baker -$ v=3.0 +$ p=baker v=3.1 $ wget https://github.com/dimitry-ishenko-casparcg/${p}/releases/download/v${v}/${p}_${v}_armhf.deb $ sudo apt install ./${p}_${v}_armhf.deb ``` @@ -105,8 +103,7 @@ Stable version (requires [CMake](https://cmake.org/) >= 3.1, [libosc++-dev](https://github.com/dimitry-ishenko-cpp/liboscpp) >= 1.0): ```shell -$ p=baker -$ v=3.0 +$ p=baker v=3.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