comparison packages/redboot/current/src/version.c @ 177:4c750ce71ae3

Merge from eCos master repository on 2001-08-10-19:22:57-BST
author jlarmour
date Fri, 10 Aug 2001 19:27:55 +0000
parents cd45958b28ff
children 391299f9e541
comparison
equal deleted inserted replaced
176:3902ef905c9c 177:4c750ce71ae3
57 // possible to replace it with a local version contained in the "build" tree. 57 // possible to replace it with a local version contained in the "build" tree.
58 // Replacing the information exported herein is accomplished via the techniques 58 // Replacing the information exported herein is accomplished via the techniques
59 // outlined above. 59 // outlined above.
60 // 60 //
61 61
62 // Please do not edit the line below by hand: it is changed by the RedBoot
63 // release process. In a CVS branch, the line is commented out.
64 // In a release, it is defined to be the RedBoot release number.
65 //#define CYGDAT_REDBOOT_CUSTOM_VERSION current
66
62 #if defined(CYGDAT_REDBOOT_CUSTOM_VERSION) 67 #if defined(CYGDAT_REDBOOT_CUSTOM_VERSION)
63 #define _REDBOOT_VERSION CYGDAT_REDBOOT_CUSTOM_VERSION 68 #define _REDBOOT_VERSION CYGDAT_REDBOOT_CUSTOM_VERSION
64 #elif defined(CYGPKG_REDBOOT_current) 69 #elif defined(CYGPKG_REDBOOT_current)
65 #define _REDBOOT_VERSION UNKNOWN 70 #define _REDBOOT_VERSION UNKNOWN
66 #else 71 #else