From: simonmar Date: Sat, 16 Dec 2000 13:26:13 +0000 (+0000) Subject: [project @ 2000-12-16 13:26:13 by simonmar] X-Git-Tag: Approximately_9120_patches~3081 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e1ece81fec05bfdb1fb67374ad33192e309b8947;p=ghc-hetmet.git [project @ 2000-12-16 13:26:13 by simonmar] remove duplicate comment --- diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 7d875c7..8942572 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -50,8 +50,7 @@ ProjectVersionInt = 411 # This variable is used ONLY for hi-boot files. Its only purpose is # to allow you to have a single directory with multiple .hi-boot files # for the same module, each corresponding to a different version of -# GHC. Normal compiler-generated .hi files have ProjectVersionInt -# (above) burned in, and can only be used by a matching compiler. +# GHC. # # HscIfaceFileVersion is propagated to hsc via # ghc/compiler/main/Config.hs, which is automatically generated by