summaryrefslogtreecommitdiff
path: root/src-3.0/GFI.hs
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@chalmers.se>2008-05-23 14:37:39 +0000
committerkr.angelov <kr.angelov@chalmers.se>2008-05-23 14:37:39 +0000
commit0b80bf17d97fe5410c4e6697b6325c777dfee5b0 (patch)
treec0695afc08765b45b758804ab564daf4b8af0f1d /src-3.0/GFI.hs
parent61e4e6e4835ccb2aba3b00415274d0cc6586c263 (diff)
use the version number from Paths_gf
Diffstat (limited to 'src-3.0/GFI.hs')
-rw-r--r--src-3.0/GFI.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src-3.0/GFI.hs b/src-3.0/GFI.hs
index b85d38a61..0761ace5f 100644
--- a/src-3.0/GFI.hs
+++ b/src-3.0/GFI.hs
@@ -11,6 +11,9 @@ import GF.System.Readline (fetchCommand)
import System.CPUTime
+import Data.Version
+import Paths_gf
+
mainGFI :: [String] -> IO ()
mainGFI xx = do
@@ -66,7 +69,7 @@ welcome = unlines [
" * * * ",
" * * * ",
" ",
- "This is GF version 3.0 alpha. ",
+ "This is GF version "++showVersion version++". ",
"Some things may work. "
]