diff options
-rw-r--r-- | Main.hs | 2 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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. |