aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-01-31 03:47:49 +0300
committerlevlam <levlam@telegram.org>2020-01-31 03:47:49 +0300
commit278c7acdec83c5ac17d8e1ed0bb2cacbcea62460 (patch)
tree548baa46e2f3536e38090227c2b321550b3edfb0 /build.html
parent4f7763f6fbf8f80a001d4a8b2ffbd272d1d585c3 (diff)
Increase version to 1.6.0.
GitOrigin-RevId: baab600dbf0b3f4014b836e06da09b9b825181d4
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 4208e5f8b..728e92b8d 100644
--- a/build.html
+++ b/build.html
@@ -668,7 +668,7 @@ function onOptionsChanged() {
commands.push('git clone https://github.com/tdlib/td.git');
commands.push('cd td');
- commands.push('git checkout v1.5.0');
+ // commands.push('git checkout v1.6.0');
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');