[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / version.h
1 /* --------------------------------------------------------------------------
2  * Version number
3  * ------------------------------------------------------------------------*/
4
5 /* Define this as a 13 character string uniquely identifying the current 
6  * version.
7  * Major releases from Nottingham/Yale are of the form "<month><year>"
8  * Minor releases from Nottingham/Yale are of the form "[Beta YYMMDD]"
9  * Anyone else should use a different format to avoid confusion.    
10  */
11 #define MAJOR_RELEASE 0
12
13 #if MAJOR_RELEASE
14 #define HUGS_VERSION "January 1998 "
15 #else
16 #define HUGS_VERSION "STG prototype"
17 #endif
18