diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-01-29 12:50:57 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-01-29 12:50:57 +0300 |
commit | 3a60a1cfaa9329e4c89b8c160892dda75de6c560 (patch) | |
tree | 791bed04f3dffe5374fae5b0f874e3bc21712e5f /Makefile | |
parent | ea004b7f7c11fa0ddf560317fd9d6f9b2869144a (diff) |
Bump Makefile to TDLib commit with the logout fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |