Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Apr 17, 2022
1 parent beb2cb9 commit a870edf
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.2 LANGUAGES C)
project(multirun VERSION 1.1.3 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.2/multirun-x86_64-linux-gnu-1.1.2.tar.gz -O - | tar -xz && \
wget -c https://github.com/nicolas-van/multirun/releases/download/1.1.3/multirun-x86_64-linux-gnu-1.1.3.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.2.tar.gz -O - | tar -xz && \
mv multirun-1.1.2 multirun-src && \
wget -c https://github.com/nicolas-van/multirun/archive/refs/tags/1.1.3.tar.gz -O - | tar -xz && \
mv multirun-1.1.3 multirun-src && \
cd multirun-src && \
cmake -S . -B build && \
cmake --build build && \
Expand Down

0 comments on commit a870edf

Please sign in to comment.