File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/http-server/server Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Adjust for the latest release.
7
7
# See <https://github.com/DataDog/dd-trace-cpp/releases/latest>.
8
- VERSION_TAG=v0.1.10
8
+ VERSION_TAG=v0.1.12
9
9
10
10
cd /tmp
11
11
git clone --branch " $VERSION_TAG " ' https://github.com/datadog/dd-trace-cpp'
Original file line number Diff line number Diff line change 3
3
namespace datadog {
4
4
namespace tracing {
5
5
6
- #define VERSION " v0.1.11 "
6
+ #define VERSION " v0.1.12 "
7
7
8
8
const char * const tracer_version = VERSION;
9
9
const char * const tracer_version_string = " [dd-trace-cpp version " VERSION " ]" ;
Original file line number Diff line number Diff line change 5
5
namespace datadog {
6
6
namespace tracing {
7
7
8
- // The release version at or before this code revision, e.g. "v0.1.1 ".
8
+ // The release version at or before this code revision, e.g. "v0.1.12 ".
9
9
// That is, this code is at least as recent as `tracer_version`, but may be
10
10
// more recent.
11
11
extern const char *const tracer_version;
12
12
13
13
// A string literal that contains `tracer_version` but also is easier to `grep`
14
14
// from the output of the `strings` command line utility, e.g. "[dd-trace-cpp
15
- // version v0.1.1 ]".
15
+ // version v0.1.12 ]".
16
16
extern const char *const tracer_version_string;
17
17
18
18
} // namespace tracing
You can’t perform that action at this time.
0 commit comments