Change dmenu version

This commit is contained in:
Victor Timofei 2021-06-27 16:06:27 +03:00
parent 16aed34c2e
commit 07314a14de
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 1 additions and 1 deletions

View File

@ -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;