diff --git a/src/app_shell.cpp b/src/app_shell.cpp index 3311186..a12133a 100644 --- a/src/app_shell.cpp +++ b/src/app_shell.cpp @@ -89,7 +89,7 @@ void App::draw() { attron(A_REVERSE); mvhline(header_y, 0, ' ', width); - std::string header_label = std::string("shinoa ") + TELEGRAM_TUI_BUILD_VERSION; + std::string header_label = std::string("shinoa ") + TELEGRAM_TUI_PROJECT_VERSION; if (use_test_dc_) { header_label += " [TEST DC]"; }