diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-11-12 00:10:23 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-11-12 00:10:23 +0300 |
commit | 576acba0d18717da5abc5a232cf92c23c9b8a550 (patch) | |
tree | e6527fc83726c07ba1a96cea54fb8b63b82aff27 /Makefile | |
parent | 67b8ad57f0aab1a033cbd8bcc8e75cf23342f5f9 (diff) |
Migrate to TDLib 1.8.21
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ .PHONY: all test COMMIT := $(shell git rev-parse --short HEAD) -TD_COMMIT := "8517026415e75a8eec567774072cbbbbb52376c1" -VERSION := "v1.8.3" +TD_COMMIT := "3870c29b158b75ca5e48e0eebd6b5c3a7994a000" +VERSION := "v1.9.0-dev" MAKEOPTS := "-j4" all: |