1 /*!*************************************************************************** 2 @File sdkver.h 3 4 @Title Version numbers and strings. 5 6 @Date 08/11/2011 7 8 @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved 9 10 @Platform Independant 11 12 @Description Version numbers and strings for SDK components. 13 14 *****************************************************************************/ 15 16 #ifndef __SDKVER_H_ 17 #define __SDKVER_H_ 18 19 /*!*************************************************************************** 20 Defines 21 *****************************************************************************/ 22 23 #define PVRSDK_VERSION "3.2@2654748" 24 #define PVRVERSION_MAJ "3" 25 #define PVRVERSION_MIN "2" 26 #define PVRVERSION_BRANCH "32" 27 #define PVRVERSION_BRANCH_DEC "3.2" 28 #define PVRVERSION_BRANCH_NAME "REL/3.2" 29 #define PVRVERSION_BUILD "2654748" 30 #define PVRVERSION_BUILD_HI "265" 31 #define PVRVERSION_BUILD_LO "4748" 32 33 #define PVRSDK_COPYRIGHT_TXT "Copyright (c) Imagination Technologies Ltd. All Rights Reserved." 34 35 #endif /* __SDKVER_H_ */ 36 37 /***************************************************************************** 38 End of file (sdkver.h) 39 *****************************************************************************/ 40