X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fdemo%2Fverstag.h;h=4679d772d515b29bdfded09228d52d8993d9c55d;hb=f5ad98d91dc7e83a1b4797dec2458676441f4daf;hp=d84efd21bb1993be34fe581dda952df1373febee;hpb=9ba9dcf2a59a952609e19154e11de3e2478cbf42;p=bertos.git diff --git a/app/demo/verstag.h b/app/demo/verstag.h index d84efd21..4679d772 100644 --- a/app/demo/verstag.h +++ b/app/demo/verstag.h @@ -31,21 +31,22 @@ * * --> * - * \version $Id$ + * \version $Id: verstag.h 18242 2007-10-08 17:35:23Z marco $ * * \author Bernardo Innocenti * * \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 "Devlib Demo" -#define APP_DESCRIPTION "DevLib Multidemo Application" +#define APP_NAME "BeRTOS Demo" +#define APP_DESCRIPTION "BeRTOS Multidemo Application" #define APP_AUTHOR "Develer" #define APP_COPYRIGHT "Copyright 2006 Develer (http://www.develer.com/)" @@ -91,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 */