b41c05cd62b4b071dd62ad7d44a0d66a8533b3c0
[ghc-hetmet.git] / ghc / interpreter / version.h
1 /* --------------------------------------------------------------------------
2  * Version number
3  * ------------------------------------------------------------------------*/
4
5 /* Define this as a 14 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 "October 1999  "
15 #else
16 #define HUGS_VERSION "STGHugs-991115"
17 #endif
18