fbxfilesdk_version.h

Go to the documentation of this file.
00001 /****************************************************************************************
00002 
00003    Copyright (C) 2011 Autodesk, Inc.
00004    All rights reserved.
00005 
00006    Use of this software is subject to the terms of the Autodesk license agreement
00007    provided at the time of installation or download, or which otherwise accompanies
00008    this software in either electronic or hard copy form.
00009 
00010 ****************************************************************************************/
00011 
00012 #ifndef FBXFILESDK_FBXFILESDK_VERSION_H
00013 #define FBXFILESDK_FBXFILESDK_VERSION_H
00014 
00015 //FBX SDK version defines
00016 #define FBXSDK_VERSION_MAJOR    2012
00017 #define FBXSDK_VERSION_MINOR    1
00018 #define FBXSDK_VERSION_POINT    0
00019 
00020 #define FBXSDK_VERSION_REVISION 20110110
00021 
00022 //FBX SDK version string macros
00023 #define FBXSDK_DEF_TO_STR(x) #x
00024 
00025 #if FBXSDK_VERSION_POINT == 0
00026     #define FBXSDK_VER_TO_STR(a, b, c)  FBXSDK_DEF_TO_STR(a.b)
00027 #else
00028     #define FBXSDK_VER_TO_STR(a, b, c)  FBXSDK_DEF_TO_STR(a.b.c)
00029 #endif
00030 
00031 //FBX SDK version string
00032 #define FBXSDK_VERSION_STRING   FBXSDK_VER_TO_STR(FBXSDK_VERSION_MAJOR, FBXSDK_VERSION_MINOR, FBXSDK_VERSION_POINT)
00033 
00034 //FBX SDK namespace definition
00035 #define FBXSDK_NAMESPACE        fbxsdk_2012_1
00036 
00037 #endif /* FBXFILESDK_FBXFILESDK_VERSION_H */