From 968e64b6baa5ff131dd496ccc59d36f6cefb7f91 Mon Sep 17 00:00:00 2001 From: slguan Date: Sat, 21 Dec 2019 11:16:08 +0800 Subject: [PATCH 1/2] version.c --- src/util/src/version.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/util/src/version.c b/src/util/src/version.c index c85289fb8a..9d75eb8974 100644 --- a/src/util/src/version.c +++ b/src/util/src/version.c @@ -1,5 +1,5 @@ -char version[64] = "1.6.4.4"; +char version[64] = "1.6.5.1"; char compatible_version[64] = "1.6.1.0"; -char gitinfo[128] = "d62c5c30231d04a736d437cf428af6e12599bd9f"; -char gitinfoOfInternal[128] = "8094a32d78dc519bd883d01ac2ba6ec49ac57a80"; -char buildinfo[512] = "Built by ubuntu at 2019-12-16 21:40"; +char gitinfo[128] = "2ea714387009421beb35e7f03b94c6a87d22529a"; +char gitinfoOfInternal[128] = "950f54ac026bc05bcec5cff356f4964a18d635bd"; +char buildinfo[512] = "Built by ubuntu at 2019-12-21 11:14"; From 7286056fbabbc3df0de063d88e820420872ae9ce Mon Sep 17 00:00:00 2001 From: slguan Date: Sat, 21 Dec 2019 12:27:45 +0800 Subject: [PATCH 2/2] #982 [TBASE-1383] --- src/os/windows/inc/os.h | 3 ++- src/util/CMakeLists.txt | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/windows/inc/os.h b/src/os/windows/inc/os.h index 9c0add2c31..69ceed18f9 100644 --- a/src/os/windows/inc/os.h +++ b/src/os/windows/inc/os.h @@ -37,7 +37,8 @@ #include #include #include -#include +#include +#include #include "winsock2.h" #include diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index 5e84f3fead..f88e5d6396 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -57,7 +57,6 @@ ELSEIF (TD_WINDOWS_64) LIST(APPEND SRC ./src/tsched.c) LIST(APPEND SRC ./src/tskiplist.c) LIST(APPEND SRC ./src/tsocket.c) - LIST(APPEND SRC ./src/tstatus.c) LIST(APPEND SRC ./src/tstrbuild.c) LIST(APPEND SRC ./src/ttime.c) LIST(APPEND SRC ./src/ttimer.c)