Make include guard in version.hpp uppercase

This commit is contained in:
2024-12-31 10:52:18 +01:00
parent 27f42b1623
commit 64b81076c9
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#ifndef {PROJECT}_VERSION_H_
#define {PROJECT}_VERSION_H_
#ifndef _{PROJ}_VERSION_H_
#define _{PROJ}_VERSION_H_
#include <string>
std::string {PROJECT}_version();
#endif // {PROJECT}_VERSION_H_
#endif // _{PROJ}_VERSION_H_