prepare v5.4.3 (#5741)

* prepare v5.4.3

- Increase patch level

* Update utVersion.cpp

Fix version test
This commit is contained in:
Kim Kulling
2024-08-30 20:35:01 +02:00
committed by GitHub
parent 1e09642382
commit c35200e38e
2 changed files with 2 additions and 2 deletions

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 ) {