[project @ 2001-01-17 15:11:04 by simonmar]
[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 "March 2000    "
15 #else
16 #define HUGS_VERSION "STGHugs-000425"
17 #endif
18