diff --git a/interfaces/matlab/toolbox/canteraGitCommit.m b/interfaces/matlab/toolbox/canteraGitCommit.m new file mode 100644 index 000000000..4e1527d3b --- /dev/null +++ b/interfaces/matlab/toolbox/canteraGitCommit.m @@ -0,0 +1,9 @@ +function v = canteraGitCommit() +% CANTERAGITCOMMIT Get Cantera Git commit hash +% canteraGitCommit() +% +% :return: +% A string containing the Git commit hash for the current version of Cantera +% + +v = ctmethods(0, 7);