From 2c81113187a54e3ab0401858b68a7e0dafb1df72 Mon Sep 17 00:00:00 2001 From: stgeke Date: Mon, 15 May 2023 15:49:31 +0200 Subject: [PATCH] bump parRSB version --- 3rd_party/parRSB/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rd_party/parRSB/install b/3rd_party/parRSB/install index a94ae16ac..70da59b58 100755 --- a/3rd_party/parRSB/install +++ b/3rd_party/parRSB/install @@ -1,7 +1,7 @@ #!/bin/bash set -e -VER=0.9 +VER=0.9.1 if [ "$1" == "clean" ]; then rm -rf parRSB/build lib include 2>/dev/null