summaryrefslogtreecommitdiffhomepage
path: root/Monitors
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-08 12:24:59 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-08 12:24:59 +0200
commit9f4188b7645e0e0c2a19386091c9c1677f9389ba (patch)
treed59698c2a3a14a82fd641d65e2311e5c7bd129c3 /Monitors
parent4d504553de2249f05d8ae3f5cb1fc3b771fc2ff7 (diff)
downloadxmobar-0.5.tar.gz
xmobar-0.5.tar.bz2
updated to version 0.50.5
darcs-hash:20070708102459-d6583-8415c4b0c8f9114d37b9f4a60e7052e436f87ccf.gz
Diffstat (limited to 'Monitors')
-rw-r--r--Monitors/Common.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Monitors/Common.hs b/Monitors/Common.hs
index 8a51159..3408122 100644
--- a/Monitors/Common.hs
+++ b/Monitors/Common.hs
@@ -133,7 +133,7 @@ usage =
io $ putStr $ usageInfo ("Usage: " ++ pn ++ " [OPTIONS...] " ++ u) opts
version :: String
-version = "0.4"
+version = "0.5"
versinfo :: String -> String -> IO ()
versinfo p v = putStrLn $ p ++" " ++ v