Start to merge old triface project in bertos, not working actually
[bertos.git] / app / demo / verstag.h
index 3a20c6fe94f7f68d56e84dc6087db83fe4cb7010..4679d772d515b29bdfded09228d52d8993d9c55d 100644 (file)
  *
  * \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 */