diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-27 18:06:03 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-27 18:06:03 +0000 |
commit | c262e75a8293e3f22cd1b4e747a9b019510efa99 (patch) | |
tree | 06f7cafa0c379217d90d858b96f21e8babaf55d9 /xcompmgr.c | |
parent | Added command-line options for changing values relevant to fading. (diff) | |
download | xcman-c262e75a8293e3f22cd1b4e747a9b019510efa99.tar.gz xcman-c262e75a8293e3f22cd1b4e747a9b019510efa99.tar.bz2 xcman-c262e75a8293e3f22cd1b4e747a9b019510efa99.tar.xz |
bump version number
Diffstat (limited to 'xcompmgr.c')
-rw-r--r-- | xcompmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |