Commit 99bf1828 authored by Vincent Castellano's avatar Vincent Castellano

Add Python version to the tg startup banner.

parent 03bd7fbc
...@@ -960,6 +960,9 @@ int main (int argc, char **argv) { ...@@ -960,6 +960,9 @@ int main (int argc, char **argv) {
"This is free software, and you are welcome to redistribute it\n" "This is free software, and you are welcome to redistribute it\n"
"under certain conditions; type `show_license' for details.\n" "under certain conditions; type `show_license' for details.\n"
"Telegram-cli uses libtgl version " TGL_VERSION "\n" "Telegram-cli uses libtgl version " TGL_VERSION "\n"
#ifdef USE_PYTHON
"Telegram-cli uses libpython version " PY_VERSION "\n"
#endif
); );
} }
running_for_first_time (); running_for_first_time ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment