From 1b1afc94de69c0b14b2caff531fc1d6749b41e60 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 27 Apr 2023 21:45:41 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index addb7db3e..e058608f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ IF(ASSIMP_HUNTER_ENABLED) add_definitions(-DASSIMP_USE_HUNTER) ENDIF() -PROJECT(Assimp VERSION 5.2.6) +PROJECT(Assimp VERSION 5.3.0) # All supported options ###############################################