diff options
Diffstat (limited to 'thirdparty/assimp/code/revision.h')
-rw-r--r-- | thirdparty/assimp/code/revision.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/thirdparty/assimp/code/revision.h b/thirdparty/assimp/code/revision.h new file mode 100644 index 0000000000..88872aef22 --- /dev/null +++ b/thirdparty/assimp/code/revision.h @@ -0,0 +1,7 @@ +#ifndef ASSIMP_REVISION_H_INC +#define ASSIMP_REVISION_H_INC + +#define GitVersion 0x00000000 +#define GitBranch "master" + +#endif // ASSIMP_REVISION_H_INC |