diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-01-31 17:29:45 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2024-01-31 17:29:45 +0300 |
commit | eace19eef78a7b88d61888b1db87db3e4364e02c (patch) | |
tree | c5ef26a90f0c8df36c388a11b43c6bd580491d24 /Makefile | |
parent | fd0d7411c2f5e1e0368d3494318ce05195d0a56d (diff) | |
parent | f56e6ac1870a946e2084edef0b496d645a826706 (diff) |
Merge branch 'master' into adhoc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ COMMIT := $(shell git rev-parse --short HEAD) TD_COMMIT := "5bbfc1cf5dab94f82e02f3430ded7241d4653551" -VERSION := "v1.9.0" +VERSION := "v1.9.1" MAKEOPTS := "-j4" all: |