diff --git a/net.h b/net.h index ff9b4e5..e9a4aa2 100644 --- a/net.h +++ b/net.h @@ -26,6 +26,7 @@ struct dc; //#define TG_SERVER "95.142.192.66" #define TG_APP_HASH "36722c72256a24c1225de00eb6a1ca74" #define TG_APP_ID 2899 +#define TG_BUILD "200" #define TG_VERSION "0.01-beta" diff --git a/queries.c b/queries.c index ee3c985..5e1b087 100644 --- a/queries.c +++ b/queries.c @@ -851,9 +851,9 @@ void do_get_dialog_list_ex (void) { out_string (TG_VERSION " (build " TG_BUILD ")"); out_string ("En"); } else { - out_string ("A"); - out_string ("L"); - out_string ("T"); + out_string ("x86"); + out_string ("Linux"); + out_string (TG_VERSION); out_string ("en"); } out_int (CODE_messages_get_dialogs);