Update version to 5.0.1.

This commit is contained in:
levlam 2020-11-28 21:10:53 +03:00
parent 03a8573a03
commit e2ae8dad02
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
project(TelegramBotApi VERSION 5.0 LANGUAGES CXX)
project(TelegramBotApi VERSION 5.0.1 LANGUAGES CXX)
add_subdirectory(td EXCLUDE_FROM_ALL)

View File

@ -3800,7 +3800,7 @@ void Client::on_update_authorization_state() {
parameters->api_hash_ = parameters_->api_hash_;
parameters->system_language_code_ = "en";
parameters->device_model_ = "server";
parameters->application_version_ = "5.0";
parameters->application_version_ = "5.0.1";
parameters->enable_storage_optimizer_ = true;
parameters->ignore_file_names_ = true;