summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2008-01-28 18:08:40 +0100
committerDon Stewart <dons@galois.com>2008-01-28 18:08:40 +0100
commit2a30c8a93568b62f38df51f361c4615e1238e39f (patch)
tree1f28707a94101150bc7f51a6eed64455432bf441 /Main.hs
parent3f73082efaaccedd6854f33f766e2e3b22009c2c (diff)
downloadmetatile-2a30c8a93568b62f38df51f361c4615e1238e39f.tar
metatile-2a30c8a93568b62f38df51f361c4615e1238e39f.zip
bump output of --version
darcs-hash:20080128170840-cba2c-0f44b7699e9f808942db26ac19e0e77d2da82e46
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 00e8d59..772577c 100644
--- a/Main.hs
+++ b/Main.hs
@@ -36,7 +36,7 @@ main = do
["--resume", _] -> launch
["--recompile"] -> recompile False >> return ()
["--recompile-force"] -> recompile True >> return ()
- ["--version"] -> putStrLn "xmonad 0.5"
+ ["--version"] -> putStrLn "xmonad 0.6"
#ifdef TESTING
("--run-tests":_) -> Properties.main
#endif