summaryrefslogtreecommitdiff
path: root/xcompmgr.c
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-04-02 12:52:40 -0400
committerJames Cloos <cloos@jhcloos.com>2008-04-02 12:52:40 -0400
commitb04819d129a9a74ab2f17c4a6f9cceabf3aa18d2 (patch)
tree4e548febc8781e771f0756493ea076b107c4113b /xcompmgr.c
parente895139f38a3fa717ef652ee896f2ea6cc52811f (diff)
Make usage() report the current version.
Diffstat (limited to 'xcompmgr.c')
-rw-r--r--xcompmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcompmgr.c b/xcompmgr.c
index 31ecc33..ad076a5 100644
--- a/xcompmgr.c
+++ b/xcompmgr.c
@@ -1845,7 +1845,7 @@ ev_window (XEvent *ev)
void
usage (char *program)
{
- fprintf (stderr, "%s v1.1.3\n", program);
+ fprintf (stderr, "%s v1.1.4\n", program);
fprintf (stderr, "usage: %s [options]\n", program);
fprintf (stderr, "Options\n");
fprintf (stderr, " -d display\n Specifies which display should be managed.\n");