Skip to content

Commit

Permalink
version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko committed Jan 23, 2022
1 parent 4d14270 commit 69fa7d7
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(timer VERSION 0.6)
project(timer VERSION 0.7)

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 @@ -107,7 +107,7 @@ only needed when compiling timer from source.
Debian/Ubuntu/etc:

```console
$ ver=0.6
$ ver=0.7
$ url=https://github.com/dimitry-ishenko-casparcg/timer/releases/download/v${ver}
$ wget ${url}/timer_${ver}_amd64.deb
$ sudo apt install ./timer_${ver}_amd64.deb
Expand All @@ -116,7 +116,7 @@ $ sudo apt install ./timer_${ver}_amd64.deb
RaspberryPi:

```console
$ ver=0.6
$ ver=0.7
$ url=https://github.com/dimitry-ishenko-casparcg/timer/releases/download/v${ver}
$ wget ${url}/timer_${ver}_armhf.deb
$ sudo apt install ./timer_${ver}_armhf.deb
Expand All @@ -128,7 +128,7 @@ Stable version (requires [Qt](https://www.qt.io/) >= 5.7 and
[CMake](https://cmake.org/) >= 3.1):

```console
$ ver=0.6
$ ver=0.7
$ wget https://github.com/dimitry-ishenko-casparcg/timer/archive/v${ver}.tar.gz
$ tar xzf v${ver}.tar.gz
$ mkdir timer-${ver}/build
Expand Down

0 comments on commit 69fa7d7

Please sign in to comment.