mkproj/tpl/version.hpp

9 lines
137 B
C++

#ifndef _{PROJ}_VERSION_H_
#define _{PROJ}_VERSION_H_
#include <string>
std::string {PROJECT}_version();
#endif // _{PROJ}_VERSION_H_