/*!*************************************************************************** @File sdkver.h @Title Version numbers and strings. @Date 08/11/2011 @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved @Platform Independant @Description Version numbers and strings for SDK components. *****************************************************************************/ #ifndef __SDKVER_H_ #define __SDKVER_H_ /*!*************************************************************************** Defines *****************************************************************************/ #define PVRSDK_VERSION "3.2@2654748" #define PVRVERSION_MAJ "3" #define PVRVERSION_MIN "2" #define PVRVERSION_BRANCH "32" #define PVRVERSION_BRANCH_DEC "3.2" #define PVRVERSION_BRANCH_NAME "REL/3.2" #define PVRVERSION_BUILD "2654748" #define PVRVERSION_BUILD_HI "265" #define PVRVERSION_BUILD_LO "4748" #define PVRSDK_COPYRIGHT_TXT "Copyright (c) Imagination Technologies Ltd. All Rights Reserved." #endif /* __SDKVER_H_ */ /***************************************************************************** End of file (sdkver.h) *****************************************************************************/