[project @ 2000-04-17 11:39:56 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / version.h
index 2834344..60e874a 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 27 Apr 99"
+#define HUGS_VERSION "STGHugs-000306"
 #endif