| /*!*************************************************************************** |
| @Title Version numbers and strings. |
| @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved |
| @Description Version numbers and strings for SDK components. |
| *****************************************************************************/ |
| /*!*************************************************************************** |
| *****************************************************************************/ |
| #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." |
| /***************************************************************************** |
| *****************************************************************************/ |