From: simonm Date: Tue, 3 Feb 1998 11:47:43 +0000 (+0000) Subject: [project @ 1998-02-03 11:47:43 by simonm] X-Git-Tag: Approx_2487_patches~1007 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6b630fcbbb3cefef8daf025a81d66bc09a976784;p=ghc-hetmet.git [project @ 1998-02-03 11:47:43 by simonm] bump version to 3.01 --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 532be57..538c1ba 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -106,7 +106,6 @@ exeext=@exeext@ # projects use others you must list them in the correct order. # # Generally: * glafp-utils should be first -# * literate next # * happy next # * ghc next # then it's up to you @@ -145,7 +144,7 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel) # GhcProjectName = The Glorious Glasgow Haskell Compilation System GhcProjectNameShort = ghc -GhcProjectVersion = 3.00 +GhcProjectVersion = 3.01 GhcProjectPatchLevel = 0 #---------------------------------------------------------------