CppBenchmark 1.0.5.0
C++ Benchmark Library
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
9#ifndef CPPBENCHMARK_VERSION_H
10#define CPPBENCHMARK_VERSION_H
11
32namespace CppBenchmark {
33
35const char version[] = "1.0.5.0";
36
37} // namespace CppBenchmark
38
39#endif // CPPBENCHMARK_VERSION_H
C++ Benchmark project definitions.
Definition barrier.h:15
const char version[]
Project version.
Definition version.h:35