Skip to content

Commit

Permalink
Prepare v5.4.1 (#5573)
Browse files Browse the repository at this point in the history
* [Draft] Prepare v5.4.1

* Update utVersion.cpp

Adapt test to v5.4.1
  • Loading branch information
kimkulling committed May 13, 2024
1 parent b6d53a0 commit 10df90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###############################################

Expand Down
2 changes: 1 addition & 1 deletion test/unit/utVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TEST_F( utVersion, aiGetVersionMinorTest ) {
}

TEST_F( utVersion, aiGetVersionPatchTest ) {
EXPECT_EQ(aiGetVersionPatch(), 0U );
EXPECT_EQ(aiGetVersionPatch(), 1U );
}

TEST_F( utVersion, aiGetCompileFlagsTest ) {
Expand Down

0 comments on commit 10df90e

Please sign in to comment.