mkproj/tpl/version.hpp

9 lines
143 B
C++
Raw Normal View History

2024-12-23 16:18:39 +01:00
#ifndef {PROJECT}_VERSION_H_
#define {PROJECT}_VERSION_H_
#include <string>
std::string {PROJECT}_version();
#endif // {PROJECT}_VERSION_H_