mkproj/tpl/version.hpp

9 lines
137 B
C++
Raw Normal View History

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