summaryrefslogtreecommitdiffhomepage
path: root/Main.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2009-04-11 12:45:18 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2009-04-11 12:45:18 +0200
commite12c17c0d811606452c1b136b50585a75af7b2be (patch)
tree257c8b30b6e1a93af7f6cad9cd5010d6c11c683b /Main.hs
parentbd43a16584639826537398bd4163cd91300e322b (diff)
downloadxmobar-e12c17c0d811606452c1b136b50585a75af7b2be.tar.gz
xmobar-e12c17c0d811606452c1b136b50585a75af7b2be.tar.bz2
bump version0.9.2
Ignore-this: 90a227f6d7dfb7a4b612c58e1948bcf5 darcs-hash:20090411104518-d6583-28c1042cd197dee7b4b3a8f18525a1a5f49cb881.gz
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Main.hs b/Main.hs
index 3ae3dd5..e6a88a9 100644
--- a/Main.hs
+++ b/Main.hs
@@ -117,10 +117,10 @@ usage = (usageInfo header options) ++ footer
footer = "\nMail bug reports and suggestions to " ++ mail
info :: String
-info = "xmobar " ++ showVersion version ++ " (C) 2007 - 2008 Andrea Rossato " ++ mail ++ license
+info = "xmobar " ++ showVersion version ++ " (C) 2007 - 2009 Andrea Rossato " ++ mail ++ license
mail :: String
-mail = "<andrea.rossato@ing.unitn.it>\n"
+mail = "<andrea.rossato@unitn.it>\n"
license :: String
license = "\nThis program is distributed in the hope that it will be useful,\n" ++