diff --git a/dmenu.c b/dmenu.c index 9baca86..f5fd110 100644 --- a/dmenu.c +++ b/dmenu.c @@ -846,7 +846,7 @@ main(int argc, char *argv[]) for (i = 1; i < argc; i++) /* these options take no arguments */ if (!strcmp(argv[i], "-v")) { /* prints version information */ - puts("dmenu-"VERSION); + puts("dmenu-vtimofei"); exit(0); } else if (!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */ topbar = 0;