Update preset.
[bertos.git] / bertos / verstag.h
index 756f72aa6b3e79575f615360bae51a9dbf08d60a..028719023435109148564d7a8daa8fa42302101a 100644 (file)
  * 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 <bernie@codewiz.org>
+ * Copyright 2001, 2002, 2003 by Bernie Innocenti <bernie@codewiz.org>
  *
  * -->
  *
- * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * \brief Declare application version strings
  */
 
+
 #ifndef BERTOS_VERSTAG_H
 #define BERTOS_VERSTAG_H
 
 #ifndef CFG_ARCH_CONFIG_H
-       #include <cfg/arch_config.h>
+       #include "cfg/cfg_arch.h"
 #endif
 
 #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