X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fverstag.h;h=5c98b2de633b0a772e78257dcebb87101db52aed;hb=69a9295099c968e9a30255ebfb420e40ad274a13;hp=dc815b8fd8c55c2faf7dfbe9e3e7ccd707cdfd14;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/app/triface/verstag.h b/app/triface/verstag.h index dc815b8f..5c98b2de 100644 --- a/app/triface/verstag.h +++ b/app/triface/verstag.h @@ -1,9 +1,34 @@ /** * \file * * * \version $Id$ @@ -12,11 +37,12 @@ * * \brief Declare application version strings */ -#ifndef DEVLIB_VERSTAG_H -#define DEVLIB_VERSTAG_H -#ifndef ARCH_CONFIG_H - #include "cfg/arch_config.h" +#ifndef BERTOS_VERSTAG_H +#define BERTOS_VERSTAG_H + +#ifndef CFG_ARCH_CONFIG_H + #include "cfg/cfg_arch.h" #endif #define APP_NAME "Triface" @@ -24,7 +50,7 @@ #define APP_AUTHOR "Develer" #define APP_COPYRIGHT "Copyright 2006 Develer (http://www.develer.com/)" -#define VERS_MAJOR 0 +#define VERS_MAJOR 1 #define VERS_MINOR 1 #define VERS_REV 0 #define VERS_LETTER "" @@ -66,4 +92,4 @@ extern const int vers_build_nr; /** Hostname of the machine used to build this binary (contains VERS_HOST) */ extern const char vers_host[]; -#endif /* DEVLIB_VERSTAG_H */ +#endif /* BERTOS_VERSTAG_H */