diff --git a/CMakeLists.txt b/CMakeLists.txt index b603b2ef4..a61cd4d9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ IF(ASSIMP_HUNTER_ENABLED) ADD_DEFINITIONS(-DASSIMP_USE_HUNTER) ENDIF() -PROJECT(Assimp VERSION 6.0.4 +PROJECT(Assimp VERSION 6.0.5 LANGUAGES C CXX DESCRIPTION "Open Asset Import Library (Assimp) is a library to import various well-known 3D model formats in a uniform manner." ) diff --git a/SECURITY.md b/SECURITY.md index b5cd16831..987e899ef 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ The current version of Assimp that's being supported with security updates: | Version | Supported | | ------- | ------------------ | -| 6.0.2 | :white_check_mark: | +| 6.0.5 | :white_check_mark: | ## Reporting a Vulnerability diff --git a/test/unit/utVersion.cpp b/test/unit/utVersion.cpp index 7f0a373e3..4eb133e29 100644 --- a/test/unit/utVersion.cpp +++ b/test/unit/utVersion.cpp @@ -61,7 +61,7 @@ TEST_F( utVersion, aiGetVersionMinorTest ) { } TEST_F( utVersion, aiGetVersionPatchTest ) { - EXPECT_EQ(aiGetVersionPatch(), 4U ); + EXPECT_EQ(aiGetVersionPatch(), 5U ); } TEST_F( utVersion, aiGetCompileFlagsTest ) {