Fix Assimp patch version to match the last bug fix release

pull/2884/head
Loïc 2020-01-14 16:26:24 +01:00
parent e5db5e84e6
commit 13a2f22835
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ IF(HUNTER_ENABLED)
add_definitions(-DASSIMP_USE_HUNTER)
ENDIF(HUNTER_ENABLED)
PROJECT( Assimp VERSION 5.0.0 )
PROJECT( Assimp VERSION 5.0.1 )
# All supported options ###############################################