From 9c59c2d9536df048e309f70f48b67bba137ca244 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Feb 2003 07:08:21 +0000 Subject: Merger from rtems-4-6-branch. --- cpukit/score/include/rtems/system.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 92b05c340c..fc013750ff 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -21,6 +21,13 @@ extern "C" { #endif +/* + * Major and minor version number of RTEMS. + * Use these macros to test for features in specific releases. + */ +#define __RTEMS_MAJOR__ 4 +#define __RTEMS_MINOR__ 6 + /* * The cpu options include file defines all cpu dependent * parameters for this build of RTEMS. It must be included -- cgit v1.2.3