25499e904783de81f4e0c73818a7e6ecdf989791
[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 "991015 (STG)  "
17 #endif
18