/*************************************************************************** **+----------------------------------------------------------------------+** **| **** |** **| **** |** **| ******o*** |** **| ********_///_**** |** **| ***** /_//_/ **** |** **| ** ** (__/ **** |** **| ********* |** **| **** |** **| *** |** **| |** **| Copyright (c) 1998 - 2004 Texas Instruments Incorporated |** **| ALL RIGHTS RESERVED |** **| |** **+----------------------------------------------------------------------+** ***************************************************************************/ /**************************************************************************/ /* */ /* MODULE: release.h */ /* PURPOSE: Base PSP release specific definitions file. */ /* */ /**************************************************************************/ #ifndef _RELEASE_H_ #define _RELEASE_H_ #define PSP_RELEASE_TYPE "BasePSP 8.4.0.9 Best and Final 2" #define PSP_VERSION_MAJOR 8 #define PSP_VERSION_MINOR 4 #define PSP_VERSION_PATCH 0 #define PSP_VERSION_BUILD 9 #define BOOT_VERSION_MAJOR 1 #define BOOT_VERSION_MINOR 6 #define BOOT_VERSION_PATCH 0 #define BOOT_VERSION_BUILD 4 #define PSPWIZ_VERSION_MAJOR 0 #define PSPWIZ_VERSION_MINOR 5 #endif /* _RELEASE_H_ */