From 3a60a1cfaa9329e4c89b8c160892dda75de6c560 Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Mon, 29 Jan 2024 04:50:57 -0500 Subject: [PATCH] Bump Makefile to TDLib commit with the logout fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"