- update version info for 3.1 - aiGetVersionRevision will now return the git tag. Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
7 lines
130 B
C
7 lines
130 B
C
#ifndef ASSIMP_REVISION_H_INC
|
|
#define ASSIMP_REVISION_H_INC
|
|
|
|
#define GitVersion 0xA0bA3A8;
|
|
|
|
#endif // ASSIMP_REVISION_H_INC
|