Skip to content

Commit a870edf

Browse files
committed
1.1.3
1 parent beb2cb9 commit a870edf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22

33
set(CMAKE_C_STANDARD 99)
44

5-
project(multirun VERSION 1.1.2 LANGUAGES C)
5+
project(multirun VERSION 1.1.3 LANGUAGES C)
66

77
add_compile_definitions(PROJECT_VERSION="${PROJECT_VERSION}")
88

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The [release page](https://github.com/nicolas-van/multirun/releases) lists all p
3838
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.
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 && \
4242
mv multirun /bin
4343
```
4444

@@ -54,8 +54,8 @@ We provide binaries for the following systems:
5454
This 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 && \
5959
cd multirun-src && \
6060
cmake -S . -B build && \
6161
cmake --build build && \

0 commit comments

Comments
 (0)