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 55
66# Adjust for the latest release.
77# See <https://github.com/DataDog/dd-trace-cpp/releases/latest>.
8- VERSION_TAG=v0.1.10
8+ VERSION_TAG=v0.1.12
99
1010cd /tmp
1111git clone --branch " $VERSION_TAG " ' https://github.com/datadog/dd-trace-cpp'
Original file line number Diff line number Diff line change 33namespace datadog {
44namespace tracing {
55
6- #define VERSION " v0.1.11 "
6+ #define VERSION " v0.1.12 "
77
88const char * const tracer_version = VERSION;
99const char * const tracer_version_string = " [dd-trace-cpp version " VERSION " ]" ;
Original file line number Diff line number Diff line change 55namespace datadog {
66namespace tracing {
77
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 ".
99// That is, this code is at least as recent as `tracer_version`, but may be
1010// more recent.
1111extern const char *const tracer_version;
1212
1313// A string literal that contains `tracer_version` but also is easier to `grep`
1414// from the output of the `strings` command line utility, e.g. "[dd-trace-cpp
15- // version v0.1.1 ]".
15+ // version v0.1.12 ]".
1616extern const char *const tracer_version_string;
1717
1818} // namespace tracing
You can’t perform that action at this time.
0 commit comments