X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fdemo%2Fverstag.h;h=a89a5e52aee394c1df0c5aa32d7347750341ca37;hb=6b7a2e7b20bc7fe05a61c17d6d96eb70c67a09c9;hp=5777807d1dabc56a8ece1c350363a4eacb9d881e;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/app/demo/verstag.h b/app/demo/verstag.h index 5777807d..a89a5e52 100644 --- a/app/demo/verstag.h +++ b/app/demo/verstag.h @@ -1,26 +1,52 @@ /** * \file * * - * \version $Id$ + * \version $Id: verstag.h 18242 2007-10-08 17:35:23Z marco $ * - * \author Bernardo Innocenti + * \author Bernie 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/)" @@ -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 */