Add missing assert.
[bertos.git] / app / demo / verstag.h
index 3a20c6fe94f7f68d56e84dc6087db83fe4cb7010..a89a5e52aee394c1df0c5aa32d7347750341ca37 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: verstag.h 18242 2007-10-08 17:35:23Z marco $
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * \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 */