aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-01-31 22:07:31 +0300
committerlevlam <levlam@telegram.org>2022-01-31 22:07:31 +0300
commit92c2a9c4e521df720abeaa9872e1c2b797d5c93f (patch)
tree031c0be76bd9c5d663310dd3f725ad25babcf678 /build.html
parentc7831159744703f1729bb67a56e1919c24cd0108 (diff)
Update version to 1.8.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 5655eb0ce..a3a7fd4cc 100644
--- a/build.html
+++ b/build.html
@@ -909,7 +909,7 @@ function onOptionsChanged() {
commands.push('git clone https://github.com/tdlib/td.git');
commands.push('cd td');
- commands.push('git checkout v1.8.0');
+ // commands.push('git checkout v1.8.0');
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');