diff options
Diffstat (limited to 'xev.c')
-rw-r--r-- | xev.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1086,6 +1086,9 @@ main (int argc, char **argv) usage (NULL); event_mask_specified = True; continue; + case 'v': + puts(PACKAGE_STRING); + exit(0); default: goto unrecognized; } /* end switch on - */ |