Bump Makefile to TDLib commit with the logout fix
This commit is contained in:
parent
ea004b7f7c
commit
3a60a1cfaa
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
.PHONY: all test
|
.PHONY: all test
|
||||||
|
|
||||||
COMMIT := $(shell git rev-parse --short HEAD)
|
COMMIT := $(shell git rev-parse --short HEAD)
|
||||||
TD_COMMIT := "3870c29b158b75ca5e48e0eebd6b5c3a7994a000"
|
TD_COMMIT := "5bbfc1cf5dab94f82e02f3430ded7241d4653551"
|
||||||
VERSION := "v1.9.0-dev"
|
VERSION := "v1.9.0-dev"
|
||||||
MAKEOPTS := "-j4"
|
MAKEOPTS := "-j4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue