[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / compiler / main / Main.lhs
index e1af1c6..705b54d 100644 (file)
@@ -183,9 +183,9 @@ doIt (switch_lookup_fn, core_cmds, podize_cmds, pcore_cmds, stg_cmds) input_pgm
     -- of the Glorious Glasgow Haskell compiler!
     -- **********************************************
 #ifndef DPH
-    doDump Verbose "Glasgow Haskell Compiler, version 0.26" "" `thenMn_`
+    doDump Verbose "Glasgow Haskell Compiler, version 0.27" "" `thenMn_`
 #else
-    doDump Verbose "Data Parallel Haskell Compiler, version 0.06 (Glasgow 0.26)" ""
+    doDump Verbose "Data Parallel Haskell Compiler, version 0.06 (Glasgow 0.27)" ""
        `thenMn_`
 #endif {- Data Parallel Haskell -}