comparison packages/redboot/current/src/version.c @ 184:022f1e506033

Merge from eCos master repository on 2001-10-02-17:59:22-BST
author jlarmour
date Tue, 02 Oct 2001 18:28:24 +0000
parents 9160a8005d76
children e0c0827131d1
comparison
equal deleted inserted replaced
183:9160a8005d76 184:022f1e506033
64 // In a release, it is defined to be the RedBoot release number. 64 // In a release, it is defined to be the RedBoot release number.
65 //#define CYGDAT_REDBOOT_CUSTOM_VERSION current 65 //#define CYGDAT_REDBOOT_CUSTOM_VERSION current
66 66
67 #if defined(CYGDAT_REDBOOT_CUSTOM_VERSION) 67 #if defined(CYGDAT_REDBOOT_CUSTOM_VERSION)
68 #define _REDBOOT_VERSION CYGDAT_REDBOOT_CUSTOM_VERSION 68 #define _REDBOOT_VERSION CYGDAT_REDBOOT_CUSTOM_VERSION
69 #define _CERTIFICATE Non-certified
70 #elif defined(CYGPKG_REDBOOT_current) 69 #elif defined(CYGPKG_REDBOOT_current)
71 #define _REDBOOT_VERSION UNKNOWN 70 #define _REDBOOT_VERSION UNKNOWN
72 #define _CERTIFICATE Non-certified
73 #else 71 #else
74 #define _REDBOOT_VERSION CYGPKG_REDBOOT 72 #define _REDBOOT_VERSION CYGPKG_REDBOOT
75 #define _CERTIFICATE Red Hat certified
76 #endif 73 #endif
74
75 #ifndef _CERTIFICATE
76 #define _CERTIFICATE Non-certified
77 #endif
78
77 #define __s(x) #x 79 #define __s(x) #x
78 #define _s(x) __s(x) 80 #define _s(x) __s(x)
79 81
80 char RedBoot_version[] CYGBLD_ATTRIB_WEAK = 82 char RedBoot_version[] CYGBLD_ATTRIB_WEAK =
81 "\nRedBoot(tm) bootstrap and debug environment [" _s(CYG_HAL_STARTUP) "]" 83 "\nRedBoot(tm) bootstrap and debug environment [" _s(CYG_HAL_STARTUP) "]"