123456789101112131415161718192021222324252627282930313233 |
- /******************************************************************************
- @File sdkver.h
- @Title Versioning infor for SDK apps.
- @Version @Title Versioning infor for SDK apps.
- @Copyright Copyright (C) Imagination Technologies Limited.
- @Platform Independant
- @Description Normally 'empty', the automatic builds update this file thus
- versioning nightly-builds.
- ******************************************************************************/
- #ifndef __SDKVER_H_
- #define __SDKVER_H_
- /*!***************************************************************************
- Defines
- *****************************************************************************/
- #define PVRSDK_VERSION "2.08.28.0364"
- #endif /* __SDKVER_H_ */
- /*****************************************************************************
- End of file (PVRShell.h)
- *****************************************************************************/
|