X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fverstag.h;h=028719023435109148564d7a8daa8fa42302101a;hb=57dfb183e24175bc782647d4e6aebe31063f3881;hp=78387b20094ba110a570cc35b05991bc50630795;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/verstag.h b/bertos/verstag.h index 78387b20..02871902 100644 --- a/bertos/verstag.h +++ b/bertos/verstag.h @@ -27,17 +27,17 @@ * 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$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Declare application version strings */ + #ifndef BERTOS_VERSTAG_H #define BERTOS_VERSTAG_H @@ -48,14 +48,15 @@ #define APP_NAME "Appname" #define APP_DESCRIPTION "Long application name description" #define APP_AUTHOR "Develer" -#define APP_COPYRIGHT "Copyright 2006 Develer (http://www.develer.com/)" +#define APP_COPYRIGHT "Copyright 2009 Develer (http://www.develer.com/)" + -#if (ARCH & ARCH_FOO) +#if ARCH & ARCH_DEFAULT #define VERS_MAJOR 0 #define VERS_MINOR 1 #define VERS_REV 0 #define VERS_LETTER "" -#elif (ARCH & ARCH_BAR) +#elif ARCH & ARCH_NIGHTTEST #define VERS_MAJOR 0 #define VERS_MINOR 1 #define VERS_REV 0