X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fdemo%2Fverstag.h;h=a89a5e52aee394c1df0c5aa32d7347750341ca37;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=d84efd21bb1993be34fe581dda952df1373febee;hpb=9ba9dcf2a59a952609e19154e11de3e2478cbf42;p=bertos.git diff --git a/app/demo/verstag.h b/app/demo/verstag.h index d84efd21..a89a5e52 100644 --- a/app/demo/verstag.h +++ b/app/demo/verstag.h @@ -27,25 +27,26 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2001, 2002, 2003 by Bernardo Innocenti + * Copyright 2001, 2002, 2003 by Bernie Innocenti * * --> * - * \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/)" @@ -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 */