From 99bf18283d8c3a6d2d570b648a7f6a0f28d35149 Mon Sep 17 00:00:00 2001 From: Vincent Castellano Date: Thu, 21 May 2015 11:17:01 -0700 Subject: [PATCH] Add Python version to the tg startup banner. --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index 5b477ee..3f75831 100644 --- a/main.c +++ b/main.c @@ -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 ();