/* * release.h * Description: * See below. * * * Copyright (c) 1998 - 2010 Texas Instruments Incorporated * * This program is free software; you can distribute it and/or modify it * under the terms of the GNU General Public License (Version 2) as * published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. */ /**************************************************************************/ /* */ /* MODULE: release.h */ /* PURPOSE: Base PSP release specific definitions file. */ /* */ /**************************************************************************/ #ifndef _RELEASE_H_ #define _RELEASE_H_ #define PSP_RELEASE_TYPE "BasePSP 9.2.1.6 Patch" #define PSP_VERSION_MAJOR 9 #define PSP_VERSION_MINOR 2 #define PSP_VERSION_PATCH 1 #define PSP_VERSION_BUILD 6 #define BOOT_VERSION_MAJOR 1 #define BOOT_VERSION_MINOR 0 #define BOOT_VERSION_PATCH 3 #define BOOT_VERSION_BUILD 9 #define PSPWIZ_VERSION_MAJOR 0 #define PSPWIZ_VERSION_MINOR 5 #endif /* _RELEASE_H_ */