From 36e836d0e9df5dda49d748264056a9fa68ec8a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastia=CC=81n=20Barschkis?= Date: Wed, 15 Jul 2020 17:03:51 +0200 Subject: Fluid: Adjusted Mantaflow version number Version number was increased after recent OpenVDB IO changes. --- extern/mantaflow/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/mantaflow/CMakeLists.txt b/extern/mantaflow/CMakeLists.txt index 8b7453bf4c5..bbf75039782 100644 --- a/extern/mantaflow/CMakeLists.txt +++ b/extern/mantaflow/CMakeLists.txt @@ -31,7 +31,7 @@ if(MSVC_CLANG AND WITH_OPENMP AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9.0.1 remove_cc_flag("-fopenmp") endif() -set(MANTAVERSION "0.12") +set(MANTAVERSION "0.13") add_definitions(-DWITH_FLUID=1) -- cgit v1.2.3