[Bf-blender-cvs] [36e836d0e9d] master: Fluid: Adjusted Mantaflow version number

Sebastián Barschkis noreply at git.blender.org
Wed Jul 15 17:05:25 CEST 2020


Commit: 36e836d0e9df5dda49d748264056a9fa68ec8a02
Author: Sebastián Barschkis
Date:   Wed Jul 15 17:03:51 2020 +0200
Branches: master
https://developer.blender.org/rB36e836d0e9df5dda49d748264056a9fa68ec8a02

Fluid: Adjusted Mantaflow version number

Version number was increased after recent OpenVDB IO changes.

===================================================================

M	extern/mantaflow/CMakeLists.txt

===================================================================

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)



More information about the Bf-blender-cvs mailing list