Medial Code Documentation
Loading...
Searching...
No Matches
MedGitVersion.h
1//This File contains information about build of tools - put here git head commit version and date to
2// support "--version" of our tools
3#ifndef __MED_GIT_VERSION_H__
4#define __MED_GIT_VERSION_H__
5
6#ifndef GIT_HEAD_VERSION
7#define GIT_HEAD_VERSION "not built using scripts - please define GIT_HEAD_VERSION in compilation or use smake_rel.sh"
8#endif
9
10#endif // !__MED_GIT_VERSION_H__
11