summaryrefslogtreecommitdiff
path: root/thirdparty/assimp/revision.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/assimp/revision.h')
-rw-r--r--thirdparty/assimp/revision.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparty/assimp/revision.h b/thirdparty/assimp/revision.h
index d180e5f1ab..66eb875303 100644
--- a/thirdparty/assimp/revision.h
+++ b/thirdparty/assimp/revision.h
@@ -1,12 +1,12 @@
#ifndef ASSIMP_REVISION_H_INC
#define ASSIMP_REVISION_H_INC
-#define GitVersion 0x0201fc57
+#define GitVersion 0x308db73d
#define GitBranch "master"
#define VER_MAJOR 5
#define VER_MINOR 0
-#define VER_PATCH 1
+#define VER_PATCH 0
#define VER_BUILD 0
#define STR_HELP(x) #x
@@ -16,7 +16,7 @@
#if (GitVersion == 0)
#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD)
#else
-#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) " (Commit 0201fc57)"
+#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) " (Commit 308db73d)"
#endif
#ifdef NDEBUG