diff options
author | Don Stewart <dons@galois.com> | 2008-01-28 18:08:40 +0100 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2008-01-28 18:08:40 +0100 |
commit | eb7418fed0979503013735e84056f72b66a30c69 (patch) | |
tree | 1f28707a94101150bc7f51a6eed64455432bf441 | |
parent | ca7f09d7bed6474878ad00c92e5f6f7ddddd536d (diff) | |
download | xmonad-eb7418fed0979503013735e84056f72b66a30c69.tar.gz xmonad-eb7418fed0979503013735e84056f72b66a30c69.tar.xz xmonad-eb7418fed0979503013735e84056f72b66a30c69.zip |
bump output of --version
darcs-hash:20080128170840-cba2c-0f44b7699e9f808942db26ac19e0e77d2da82e46.gz
-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. |