X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fverstag.h;h=ec9bc93017638720ed5881bdbaa6f312d407a7c1;hb=fb50d9a9ef1afffd6ababf97350b98dd5fb066ec;hp=78387b20094ba110a570cc35b05991bc50630795;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/verstag.h b/bertos/verstag.h index 78387b20..ec9bc930 100644 --- a/bertos/verstag.h +++ b/bertos/verstag.h @@ -27,17 +27,18 @@ * 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 @@ -50,12 +51,18 @@ #define APP_AUTHOR "Develer" #define APP_COPYRIGHT "Copyright 2006 Develer (http://www.develer.com/)" -#if (ARCH & ARCH_FOO) + +#if ARCH & ARCH_FOO + #define VERS_MAJOR 0 + #define VERS_MINOR 1 + #define VERS_REV 0 + #define VERS_LETTER "" +#elif ARCH & ARCH_BAR #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