From f8bcf34cc94538bf48f3f62f2b1abd0a6da9b7a5 Mon Sep 17 00:00:00 2001 From: Marc Joos Date: Tue, 30 Aug 2022 10:06:08 +0200 Subject: [PATCH] update to version 3.6.1: fix for pthreads detection (issue #31) + and compilers detection --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95d16c8..82795db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif() set(VERSION_MAJOR 3) set(VERSION_MINOR 6) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(WI4MPI_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})