home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / utils / amd-udi / include / versions.h < prev   
Encoding:
C/C++ Source or Header  |  1993-12-23  |  2.1 KB  |  57 lines

  1. /* @(#)versions.h    5.36 93/11/03 08:33:43, Srini, AMD */
  2. /******************************************************************************
  3.  * Copyright 1991 Advanced Micro Devices, Inc.
  4.  *
  5.  * This software is the property of Advanced Micro Devices, Inc  (AMD)  which
  6.  * specifically  grants the user the right to modify, use and distribute this
  7.  * software provided this notice is not removed or altered.  All other rights
  8.  * are reserved by AMD.
  9.  *
  10.  * AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
  11.  * SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
  12.  * DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
  13.  * USE OF THIS SOFTWARE.
  14.  *
  15.  * So that all may benefit from your experience, please report  any  problems
  16.  * or  suggestions about this software to the 29K Technical Support Center at
  17.  * 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
  18.  * 0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.
  19.  *
  20.  * Advanced Micro Devices, Inc.
  21.  * 29K Support Products
  22.  * Mail Stop 573
  23.  * 5900 E. Ben White Blvd.
  24.  * Austin, TX 78741
  25.  * 800-292-9263
  26.  *****************************************************************************
  27.  *      Engineer: Srini Subramanian.
  28.  *****************************************************************************
  29.  *****************************************************************************
  30.  */
  31.  
  32. #ifndef _VERSIONS_H_INCLUDED_
  33. #define    _VERSIONS_H_INCLUDED_
  34.  
  35. /*   This is the version and date information for the host (DFE) code
  36.     It is included in dfe/main.c   */
  37. /*   This is the version and date information for the host (TIP) code
  38.     It is included in tip/udi2mtip.c   */
  39.  
  40. #define    MONDFERev    3
  41. #define    MONDFESubRev    3
  42. #define    MONDFESubSubRev    2
  43. #define    MONDFEUDIVers    0x120
  44. #define HOST_VERSION              "3.3-2"
  45. #define HOST_DATE              "03-Nov-93"
  46.  
  47. #define    MONTIPRev    3
  48. #define    MONTIPSubRev    3
  49. #define    MONTIPSubSubRev    2
  50. #define    MONTIPUDIVers    0x120
  51. #define    TIPVERSION    "3.3-2"
  52. #define    TIPDATE        "03-Nov-93"
  53.  
  54. #define    LastChange    "hif rtn"
  55.  
  56. #endif /* _VERSIONS_H_INCLUDED_ */
  57.