X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fverstag.h;h=cbe712787f03e2b0f5ea3f988ee131e6998dbf19;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=183ec803bf77c985044e0df54fd70f09a3072669;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/app/triface/verstag.h b/app/triface/verstag.h index 183ec803..cbe71278 100644 --- a/app/triface/verstag.h +++ b/app/triface/verstag.h @@ -26,30 +26,31 @@ * invalidate any other reasons why the executable file might be covered by * 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 - * This file is part of DevLib - See README.devlib for information. + * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2000 Bernie Innocenti + * * --> * * \version $Id$ * - * \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 "Triface" #define APP_DESCRIPTION "Trinity Interface Board" #define APP_AUTHOR "Develer" -#define APP_COPYRIGHT "Copyright 2006 Develer (http://www.develer.com/)" +#define APP_COPYRIGHT "Copyright 2006, 2007, 2008, Develer (http://www.develer.com/)" -#define VERS_MAJOR 0 +#define VERS_MAJOR 2 #define VERS_MINOR 1 #define VERS_REV 0 #define VERS_LETTER "" @@ -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 */