prepare v5.4.3 (#5741)

* prepare v5.4.3

- Increase patch level

* Update utVersion.cpp

Fix version test
kimkulling/fix_inno_setup_action v5.4.3
Kim Kulling 2024-08-30 20:35:01 +02:00 committed by GitHub
parent 1e09642382
commit c35200e38e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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