Changeset 64e5273 in rtems
- Timestamp:
- Mar 4, 2003, 5:08:41 PM (18 years ago)
- Children:
- b3ceb897
- Parents:
- d24f574
- Location:
- cpukit/score
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/ChangeLog
rd24f574 r64e5273 1 2002-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rtems/system.h: Add __RTEMS_REVISION__. 4 1 5 2002-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/score/include/rtems/system.h
rd24f574 r64e5273 23 23 24 24 /* 25 * Major and minor version numberof RTEMS.25 * Major, minor, revision version numbers of RTEMS. 26 26 * Use these macros to test for features in specific releases. 27 27 */ 28 28 #define __RTEMS_MAJOR__ 4 29 29 #define __RTEMS_MINOR__ 6 30 #define __RTEMS_REVISION__ 0 30 31 31 32 /*
Note: See TracChangeset
for help on using the changeset viewer.