aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-02-16 00:54:03 +0300
committerlevlam <levlam@telegram.org>2020-02-16 00:54:03 +0300
commit545ed2a683b90ee305549ba27b1022f24d04adcd (patch)
tree619d17e7ea86b9901379c8c476cc4a04cffa3daf /build.html
parent494eddda1c0d127208980c1fbb8d1782aa4b5650 (diff)
Increase version to 1.6.1.
GitOrigin-RevId: d6886dc57f9f9ae3ceb3659810ea4b4afdc25f1b
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 728e92b8d..678d04e54 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.6.0');
+ commands.push('git checkout v1.6.0');
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');