bump output of --version

This commit is contained in:
Don Stewart 2008-01-28 17:08:40 +00:00
parent f80d593d57
commit 0dd54885eb
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ main = do
["--resume", _] -> launch ["--resume", _] -> launch
["--recompile"] -> recompile False >> return () ["--recompile"] -> recompile False >> return ()
["--recompile-force"] -> recompile True >> return () ["--recompile-force"] -> recompile True >> return ()
["--version"] -> putStrLn "xmonad 0.5" ["--version"] -> putStrLn "xmonad 0.6"
#ifdef TESTING #ifdef TESTING
("--run-tests":_) -> Properties.main ("--run-tests":_) -> Properties.main
#endif #endif

1
TODO
View File

@ -18,3 +18,4 @@
* upload X11 and xmonad to hackage * upload X11 and xmonad to hackage
* check examples/text in user-facing Config.hs * check examples/text in user-facing Config.hs
* check tour.html and intro.html are up to date, and mention all core bindings * check tour.html and intro.html are up to date, and mention all core bindings
* md5sums for tarballs.