diff --git a/src/version.hpp b/src/version.hpp index 0acd662..66c7c05 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -1,8 +1,8 @@ -#ifndef libscterm_VERSION_H_ -#define libscterm_VERSION_H_ +#ifndef _LIBSCTERM_VERSION_H_ +#define _LIBSCTERM_VERSION_H_ #include std::string libscterm_version(); -#endif // libscterm_VERSION_H_ +#endif // _LIBSCTERM_VERSION_H_