X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=verstag.h;h=0510b85858cf286bb665cf7f24bc6a1a686912f5;hb=9250b166f2d62d6e38bca6cea5c6210266a12128;hp=d9a1d1768ef4ffbb0b0250104248d7f81c39a943;hpb=ff02d20ad24f55d8e71ac9c3bac4dcb7250d75d6;p=bertos.git diff --git a/verstag.h b/verstag.h index d9a1d176..0510b858 100755 --- a/verstag.h +++ b/verstag.h @@ -1,8 +1,8 @@ /*! * \file * * @@ -12,8 +12,8 @@ * * \brief Define version strings */ -#ifndef VERSTAG_H -#define VERSTAG_H +#ifndef DEVLIB_VERSTAG_H +#define DEVLIB_VERSTAG_H #ifndef ARCH_CONFIG_H #include "arch_config.h" @@ -53,4 +53,4 @@ #define MAKE_RCVERS(maj,min,rev,bld) _STRINGIZE(maj) ", " _STRINGIZE(min) ", " _STRINGIZE(rev) ", " _STRINGIZE(bld) #define RCVERSION_TAG MAKE_VERS(VERS_MAJOR,VERS_MINOR,VERS_REV) -#endif /* VERSTAG_H */ +#endif /* DEVLIB_VERSTAG_H */