TCPSPSuite
git.hpp
1 #ifndef GIT_HPP
2 #define GIT_HPP
3 
4 extern const char GIT_SHA1[];
5 
6 #endif