Prepare v5.4.1 (#5573)

* [Draft] Prepare v5.4.1

* Update utVersion.cpp

Adapt test to v5.4.1
pull/5576/head v5.4.1
Kim Kulling 2024-05-13 13:45:14 +02:00 committed by GitHub
parent b6d53a0047
commit 10df90ec14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ IF(ASSIMP_HUNTER_ENABLED)
add_definitions(-DASSIMP_USE_HUNTER)
ENDIF()
PROJECT(Assimp VERSION 5.4.0)
PROJECT(Assimp VERSION 5.4.1)
# All supported options ###############################################

View File

@ -61,7 +61,7 @@ TEST_F( utVersion, aiGetVersionMinorTest ) {
}
TEST_F( utVersion, aiGetVersionPatchTest ) {
EXPECT_EQ(aiGetVersionPatch(), 0U );
EXPECT_EQ(aiGetVersionPatch(), 1U );
}
TEST_F( utVersion, aiGetCompileFlagsTest ) {