We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ee1c7 commit 4357c5aCopy full SHA for 4357c5a
agent/CMakeLists.txt
@@ -10,7 +10,7 @@ set (AGENT_VERSION_MAJOR 1)
10
set (AGENT_VERSION_MINOR 3)
11
set (AGENT_VERSION_PATCH 0)
12
set (AGENT_VERSION_BUILD 0)
13
-set (AGENT_VERSION_RC "_RC5")
+set (AGENT_VERSION_RC "_RC6")
14
15
if(WIN32)
16
if(CMAKE_CL_64)
agent/globals.cpp
@@ -136,10 +136,6 @@ string getCurrentTime(TimeFormat format)
136
{
137
sprintf(timestamp + strlen(timestamp), ".%06dZ", (int) usec);
138
}
139
- else
140
- {
141
- strcat(timestamp, "Z");
142
- }
143
144
return string(timestamp);
145
0 commit comments