1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Show development version when splash screen enabled

This commit is contained in:
James Booth 2012-10-27 17:30:30 +01:00
parent 12b7d70f83
commit 2abd525cae

View File

@ -961,7 +961,7 @@ _cons_splash_logo(void)
_win_show_time(_cons_win);
wprintw(_cons_win, "\n");
_win_show_time(_cons_win);
if (strcmp(PACKAGE_STATUS, "dev") == 0) {
if (strcmp(PACKAGE_STATUS, "development") == 0) {
wprintw(_cons_win, "Version %sdev\n", PACKAGE_VERSION);
} else {
wprintw(_cons_win, "Version %s\n", PACKAGE_VERSION);