From: sewardj Date: Thu, 25 Nov 1999 11:12:23 +0000 (+0000) Subject: [project @ 1999-11-25 11:12:23 by sewardj] X-Git-Tag: Approximately_9120_patches~5484 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a70c2e979a6f69151df2c2cd9d2f743d43959151;p=ghc-hetmet.git [project @ 1999-11-25 11:12:23 by sewardj] HUGS_VERSION ++ --- diff --git a/ghc/interpreter/version.h b/ghc/interpreter/version.h index 368ee82..45987a5 100644 --- a/ghc/interpreter/version.h +++ b/ghc/interpreter/version.h @@ -13,6 +13,6 @@ #if MAJOR_RELEASE #define HUGS_VERSION "November 1999 " #else -#define HUGS_VERSION "STGHugs-991124" +#define HUGS_VERSION "STGHugs-991125" #endif