File: version.h

package info (click to toggle)
dd-opentracing-cpp 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,336 kB
  • sloc: cpp: 44,895; sh: 697; ansic: 27; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef DD_INCLUDE_VERSION_H
#define DD_INCLUDE_VERSION_H

#include <string>

namespace datadog {
namespace version {

extern const std::string tracer_version;
extern const std::string cpp_version;

}  // namespace version
}  // namespace datadog

#endif  // DD_INCLUDE_VERSION_H