diff --git a/xcompmgr.c b/xcompmgr.c index 7dcbf75..8eaa0a2 100644 --- a/xcompmgr.c +++ b/xcompmgr.c @@ -1825,7 +1825,7 @@ ev_window (XEvent *ev) void usage (char *program) { - fprintf (stderr, "%s v1.0\n", program); + fprintf (stderr, "%s v1.1\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");