sdkver.h 994 B

123456789101112131415161718192021222324252627282930313233
  1. /******************************************************************************
  2. @File sdkver.h
  3. @Title Versioning infor for SDK apps.
  4. @Version @Title Versioning infor for SDK apps.
  5. @Copyright Copyright (C) Imagination Technologies Limited.
  6. @Platform Independant
  7. @Description Normally 'empty', the automatic builds update this file thus
  8. versioning nightly-builds.
  9. ******************************************************************************/
  10. #ifndef __SDKVER_H_
  11. #define __SDKVER_H_
  12. /*!***************************************************************************
  13. Defines
  14. *****************************************************************************/
  15. #define PVRSDK_VERSION "2.08.28.0364"
  16. #endif /* __SDKVER_H_ */
  17. /*****************************************************************************
  18. End of file (PVRShell.h)
  19. *****************************************************************************/