Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastián Barschkis <sebbas@sebbas.org>2020-07-15 18:03:51 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2020-07-15 18:04:56 +0300
commit36e836d0e9df5dda49d748264056a9fa68ec8a02 (patch)
tree83be5a2323f81f1c41a532f1672d5d76d709dd56
parent19d17b217ae0d1a89413e0f3f3b7be16614a535c (diff)
Fluid: Adjusted Mantaflow version number
Version number was increased after recent OpenVDB IO changes.
-rw-r--r--extern/mantaflow/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)