Fluid: Adjusted Mantaflow version number

Version number was increased after recent OpenVDB IO changes.
This commit is contained in:
Sebastián Barschkis 2020-07-15 17:03:51 +02:00
parent 19d17b217a
commit 36e836d0e9
1 changed files with 1 additions and 1 deletions

View File

@ -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)