summaryrefslogtreecommitdiff
path: root/media-libs/assimp/files/assimp-5.0.1-projectversion.patch
blob: ed82e1b0b4b0d97e82709137b459e8fbfb67db6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 13a2f22835cfe4093860de3e3d33782f854a2e58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc?= <loic.fricoteaux@airbus.com>
Date: Tue, 14 Jan 2020 16:26:24 +0100
Subject: [PATCH] Fix Assimp patch version to match the last bug fix release

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23b6f6d618..e14c4aa21f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,7 @@ IF(HUNTER_ENABLED)
   add_definitions(-DASSIMP_USE_HUNTER)
 ENDIF(HUNTER_ENABLED)
 
-PROJECT( Assimp VERSION 5.0.0 )
+PROJECT( Assimp VERSION 5.0.1 )
 
 # All supported options ###############################################