Skip to content

Commit 6f1fd4c

Browse files
Katze719Copilot
andauthored
Update include/cpp_core/interface/get_version.h
Co-authored-by: Copilot <[email protected]>
1 parent 72ce86b commit 6f1fd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp_core/interface/get_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern "C"
1818
const char *commit_hash_full = version::GIT_COMMIT_HASH_FULL;
1919
const char *commit_date = version::GIT_COMMIT_DATE;
2020
const char *branch = version::GIT_BRANCH;
21-
const char *version = version::VERSION;
21+
const char *version_string = version::VERSION;
2222
};
2323
} // namespace cpp_core
2424

0 commit comments

Comments
 (0)