home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / SRC26_2.ZIP / SRC / VERSION.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-15  |  562 b   |  24 lines

  1. /*
  2.  * version.h: hterm version
  3.  *
  4.  * Author: HIRANO Satoshi
  5.  *
  6.  * (C) 1989 Halca Computer Science Laboratory UEC  TM
  7.  *          University of Tokyo
  8.  *
  9.  * 
  10.  * Edition history: see change.log in detail.
  11.  * 
  12.  *
  13.  * $Header: version.hv  1.17  90/07/04 20:26:06  hirano  Exp $
  14.  */
  15.  
  16.  
  17. #define VERSION            2            /* official version            */
  18. #define REVISION        6            /* official revision        */
  19. #define EDITION            -1            /* patch level                */
  20. #define LOCAL_EDITION    0            /* local edition number     */
  21.                                     /* use this as you like     */
  22. #define RELDATE            "1990/07/14"
  23.  
  24.