[project @ 2000-06-27 09:08:32 by lewie]
[ghc-hetmet.git] / ghc / interpreter / version.h
index e87c1e2..7d936f6 100644 (file)
@@ -2,7 +2,7 @@
  * Version number
  * ------------------------------------------------------------------------*/
 
-/* Define this as a 13 character string uniquely identifying the current 
+/* Define this as a 14 character string uniquely identifying the current 
  * version.
  * Major releases from Nottingham/Yale are of the form "<month><year>"
  * Minor releases from Nottingham/Yale are of the form "[Beta YYMMDD]"
@@ -11,8 +11,8 @@
 #define MAJOR_RELEASE 0
 
 #if MAJOR_RELEASE
-#define HUGS_VERSION "January 1998 "
+#define HUGS_VERSION "March 2000    "
 #else
-#define HUGS_VERSION "STG prototype"
+#define HUGS_VERSION "STGHugs-000425"
 #endif