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 72ce86b commit 6f1fd4cCopy full SHA for 6f1fd4c
include/cpp_core/interface/get_version.h
@@ -18,7 +18,7 @@ extern "C"
18
const char *commit_hash_full = version::GIT_COMMIT_HASH_FULL;
19
const char *commit_date = version::GIT_COMMIT_DATE;
20
const char *branch = version::GIT_BRANCH;
21
- const char *version = version::VERSION;
+ const char *version_string = version::VERSION;
22
};
23
} // namespace cpp_core
24
0 commit comments