/*************************************************************************** * * Copyright (c) 1997, 1998 Timpanogas Research Group, Inc. All Rights * Reserved. * * This program is an unpublished work of TRG, Inc. and contains * trade secrets and other proprietary information. Unauthorized * use, copying, disclosure, or distribution of this file without the * consent of TRG, Inc. can subject the offender to severe criminal * and/or civil penalities. * * * AUTHOR : Jeff V. Merkey * FILE : VERSION.H * DESCRIP : Version Specific Information for MANOS v1.0 * DATE : March 19, 1998 * * ***************************************************************************/ #define MAX_PROCESSORS 8 #define OPT_IA32_MANOS 1 #define IA32_OPCODE 1 #define MERCED_OPCODE 0 #define ALPHA_OPCODE 0 #define MAJOR_VERSION 1 #define MINOR_VERSION 0 #define BUILD_VERSION 3