https://github.com/assimp/assimp/issues/4655 https://github.com/assimp/assimp/pull/4656 From 304b0f61d7c9ef7e2e5ca2eed185b32a2951aa90 Mon Sep 17 00:00:00 2001 From: Bernd Waibel Date: Sat, 30 Jul 2022 09:39:12 +0200 Subject: [PATCH] update version Signed-off-by: Bernd Waibel --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ IF(ASSIMP_HUNTER_ENABLED) add_definitions(-DASSIMP_USE_HUNTER) ENDIF() -PROJECT(Assimp VERSION 5.2.0) +PROJECT(Assimp VERSION 5.2.4) # All supported options ############################################### --- a/test/unit/utVersion.cpp +++ b/test/unit/utVersion.cpp @@ -61,7 +61,7 @@ TEST_F( utVersion, aiGetVersionMajorTest ) { } TEST_F( utVersion, aiGetVersionPatchTest ) { - EXPECT_EQ(aiGetVersionPatch(), 0U ); + EXPECT_EQ(aiGetVersionPatch(), 4U ); } TEST_F( utVersion, aiGetCompileFlagsTest ) { -- 2.35.1