diff options
author | Yuan Zhao | 2020-03-06 16:37:35 -0600 |
---|---|---|
committer | Yuan Zhao | 2020-03-06 16:37:35 -0600 |
commit | b2da2e786104afb441859237fb1a5064003fc76c (patch) | |
tree | 81394afcc18111a072a9d14b44238d7d1c3c391c | |
parent | eeb4c457c8881a81fbf59a60b2ee070d2450a935 (diff) | |
download | tidl-api-b2da2e786104afb441859237fb1a5064003fc76c.tar.gz tidl-api-b2da2e786104afb441859237fb1a5064003fc76c.tar.xz tidl-api-b2da2e786104afb441859237fb1a5064003fc76c.zip |
Start hotfix v01.05.01
-rw-r--r-- | tidl_api/make.buildid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tidl_api/make.buildid b/tidl_api/make.buildid index 9d8ec36..80c0559 100644 --- a/tidl_api/make.buildid +++ b/tidl_api/make.buildid | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | MAJOR_VER=1 | 27 | MAJOR_VER=1 |
28 | MINOR_VER=5 | 28 | MINOR_VER=5 |
29 | PATCH_VER=0 | 29 | PATCH_VER=1 |
30 | 30 | ||
31 | ifeq ($(shell git rev-parse --short HEAD 2>&1 1>/dev/null; echo $$?),0) | 31 | ifeq ($(shell git rev-parse --short HEAD 2>&1 1>/dev/null; echo $$?),0) |
32 | BUILD_SHA?=$(shell git rev-parse --short HEAD) | 32 | BUILD_SHA?=$(shell git rev-parse --short HEAD) |