Add Python version to the tg startup banner.

This commit is contained in:
Vincent Castellano 2015-05-21 11:17:01 -07:00
parent 03bd7fbc50
commit 99bf18283d

3
main.c
View File

@ -960,6 +960,9 @@ int main (int argc, char **argv) {
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; type `show_license' for details.\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 ();