Make include guard in version.hpp uppercase
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user