mkproj/tpl/version.hpp
2024-12-23 16:18:39 +01:00

9 lines
143 B
C++

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