aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-01-28 22:18:33 +0300
committerlevlam <levlam@telegram.org>2021-01-28 22:18:33 +0300
commit312e3b740afbc9dbc8b8a539d4fb0d510b614779 (patch)
treeed9a7b028d287261fe8c8717765941e2f6f05bf4 /build.html
parentf0355b42c47543129b0d86713236db96b57e7bbd (diff)
Update version to 1.7.1.
Diffstat (limited to 'build.html')
-rw-r--r--build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html
index cfd2b192e..2cb47895f 100644
--- a/build.html
+++ b/build.html
@@ -715,7 +715,7 @@ function onOptionsChanged() {
commands.push('git clone https://github.com/tdlib/td.git');
commands.push('cd td');
- commands.push('git checkout v1.7.0');
+ // commands.push('git checkout v1.7.0');
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');