소스 검색

Adjust cmake version

Closes: https://github.com/assimp/assimp/issues/4729
Signed-off-by: Bernd Waibel <[email protected]>
Bernd Waibel 3 년 전
부모
커밋
8ce6f5ad27
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      CMakeLists.txt
  2. 1 1
      test/unit/utVersion.cpp

+ 1 - 1
CMakeLists.txt

@@ -56,7 +56,7 @@ IF(ASSIMP_HUNTER_ENABLED)
   add_definitions(-DASSIMP_USE_HUNTER)
 ENDIF()
 
-PROJECT(Assimp VERSION 5.2.4)
+PROJECT(Assimp VERSION 5.2.5)
 
 # All supported options ###############################################
 

+ 1 - 1
test/unit/utVersion.cpp

@@ -61,7 +61,7 @@ TEST_F( utVersion, aiGetVersionMajorTest ) {
 }
 
 TEST_F( utVersion, aiGetVersionPatchTest ) {
-    EXPECT_EQ(aiGetVersionPatch(), 4U );
+    EXPECT_EQ(aiGetVersionPatch(), 5U );
 }
 
 TEST_F( utVersion, aiGetCompileFlagsTest ) {