home *** CD-ROM | disk | FTP | other *** search
- /*
- * version.h: hterm version
- *
- * Author: HIRANO Satoshi
- *
- * (C) 1989 Halca Computer Science Laboratory UEC TM
- * University of Tokyo
- *
- *
- * Edition history: see change.log in detail.
- *
- *
- * $Header: version.hv 1.17 90/07/04 20:26:06 hirano Exp $
- */
-
-
- #define VERSION 2 /* official version */
- #define REVISION 6 /* official revision */
- #define EDITION -1 /* patch level */
- #define LOCAL_EDITION 0 /* local edition number */
- /* use this as you like */
- #define RELDATE "1990/07/14"
-
-