diff options
Diffstat (limited to 'src/conf')
-rw-r--r-- | src/conf/version.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conf/version.hpp b/src/conf/version.hpp index a4ee931..ab7a3d5 100644 --- a/src/conf/version.hpp +++ b/src/conf/version.hpp @@ -1,5 +1,5 @@ -#ifndef CONF_VERSION_HPP -#define CONF_VERSION_HPP +#ifndef TMWA_CONF_VERSION_HPP +#define TMWA_CONF_VERSION_HPP # include "conf-raw/str-VERSION_FULL.h" # include "conf-raw/str-VERSION_HASH.h" @@ -12,4 +12,4 @@ # include "conf-raw/str-VENDOR.h" # include "conf-raw/int-VENDOR_VERSION.h" -#endif +#endif // TMWA_CONF_VERSION_HPP |