File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22
33set (CMAKE_C_STANDARD 99)
44
5- project (multirun VERSION 1.1.2 LANGUAGES C)
5+ project (multirun VERSION 1.1.3 LANGUAGES C)
66
77add_compile_definitions (PROJECT_VERSION="${PROJECT_VERSION} " )
88
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The [release page](https://github.com/nicolas-van/multirun/releases) lists all p
3838Here is an example install script for an x86_64 Linux using GNU libc. Replace the URL with another one if you use another system.
3939
4040``` bash
41- 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 && \
41+ 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 && \
4242mv multirun /bin
4343```
4444
@@ -54,8 +54,8 @@ We provide binaries for the following systems:
5454This project necessitates CMake.
5555
5656``` bash
57- wget -c https://github.com/nicolas-van/multirun/archive/refs/tags/1.1.2 .tar.gz -O - | tar -xz && \
58- mv multirun-1.1.2 multirun-src && \
57+ wget -c https://github.com/nicolas-van/multirun/archive/refs/tags/1.1.3 .tar.gz -O - | tar -xz && \
58+ mv multirun-1.1.3 multirun-src && \
5959cd multirun-src && \
6060cmake -S . -B build && \
6161cmake --build build && \
You can’t perform that action at this time.
0 commit comments