aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 9fa3e3c..6f6123d 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -72,7 +72,7 @@ main(int argc, char *argv[]) {
72 for(i = 1; i < argc; i++) 72 for(i = 1; i < argc; i++)
73 /* these options take no arguments */ 73 /* these options take no arguments */
74 if(!strcmp(argv[i], "-v")) { /* prints version information */ 74 if(!strcmp(argv[i], "-v")) { /* prints version information */
75 puts("dmenu-"VERSION", © 2006-2011 dmenu engineers, see LICENSE for details"); 75 puts("dmenu-"VERSION", © 2006-2012 dmenu engineers, see LICENSE for details");
76 exit(EXIT_SUCCESS); 76 exit(EXIT_SUCCESS);
77 } 77 }
78 else if(!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */ 78 else if(!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */