aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2024-01-29 12:50:57 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2024-01-29 12:50:57 +0300
commit3a60a1cfaa9329e4c89b8c160892dda75de6c560 (patch)
tree791bed04f3dffe5374fae5b0f874e3bc21712e5f /Makefile
parentea004b7f7c11fa0ddf560317fd9d6f9b2869144a (diff)
Bump Makefile to TDLib commit with the logout fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d1a263..cf7b441 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: all test
COMMIT := $(shell git rev-parse --short HEAD)
-TD_COMMIT := "3870c29b158b75ca5e48e0eebd6b5c3a7994a000"
+TD_COMMIT := "5bbfc1cf5dab94f82e02f3430ded7241d4653551"
VERSION := "v1.9.0-dev"
MAKEOPTS := "-j4"