Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Apr 17, 2022
1 parent b2c383a commit 258a5bb
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
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)

set(CMAKE_C_STANDARD 99)

project(multirun VERSION 1.1.1 LANGUAGES C)
project(multirun VERSION 1.1.2 LANGUAGES C)

add_compile_definitions(PROJECT_VERSION="${PROJECT_VERSION}")

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The [release page](https://github.com/nicolas-van/multirun/releases) lists all p
Here is an example install script for an x86_64 Linux using GNU libc. Replace the URL with another one if you use another system.

```bash
wget -c https://github.com/nicolas-van/multirun/releases/download/1.1.1/multirun-x86_64-linux-gnu-1.1.1.tar.gz -O - | tar -xz && \
wget -c https://github.com/nicolas-van/multirun/releases/download/1.1.2/multirun-x86_64-linux-gnu-1.1.2.tar.gz -O - | tar -xz && \
mv multirun /bin
```

Expand All @@ -54,8 +54,8 @@ We provide binaries for the following systems:
This project necessitates CMake.

```bash
wget -c https://github.com/nicolas-van/multirun/archive/refs/tags/1.1.1.tar.gz -O - | tar -xz && \
mv multirun-1.1.1 multirun-src && \
wget -c https://github.com/nicolas-van/multirun/archive/refs/tags/1.1.2.tar.gz -O - | tar -xz && \
mv multirun-1.1.2 multirun-src && \
cd multirun-src && \
cmake -S . -B build && \
cmake --build build && \
Expand Down

0 comments on commit 258a5bb

Please sign in to comment.