summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Main.hs2
-rw-r--r--TODO1
2 files changed, 2 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
diff --git a/TODO b/TODO
index 9be56e6..c4bbd48 100644
--- a/TODO
+++ b/TODO
@@ -18,3 +18,4 @@
* upload X11 and xmonad to hackage
* check examples/text in user-facing Config.hs
* check tour.html and intro.html are up to date, and mention all core bindings
+* md5sums for tarballs.