Sfoglia il codice sorgente

prepare v5.4.3 (#5741)

* prepare v5.4.3

- Increase patch level

* Update utVersion.cpp

Fix version test
Kim Kulling 11 mesi fa
parent
commit
c35200e38e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      CMakeLists.txt
  2. 1 1
      test/unit/utVersion.cpp

+ 1 - 1
CMakeLists.txt

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

+ 1 - 1
test/unit/utVersion.cpp

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