From 0454464692bfe5700b1e887db9bdc612cbf1cbd9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 26 Jan 2007 05:52:43 +0000 Subject: [PATCH] =?UTF-8?q?2007-01-26=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/include/rtems/system.h: #define __RTEMS_MINOR__ 7 (BZ 1206). --- cpukit/ChangeLog | 6 ++++++ cpukit/score/include/rtems/system.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index fcf861f50d..2c2077dc79 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2007-01-26 Ralf Corsépius + + * score/include/rtems/system.h: + #define __RTEMS_MINOR__ 7 (BZ 1206). + 2007-01-20 Thomas Doerfler * libblock/src/bdbuf.c, libblock/include/bdbuf.h: @@ -5,6 +10,7 @@ "show_bdbuf" monitor add-on 2007-01-16 Till Straumann + * libnetworking/rtems/rtems_mii_ioctl.c, libnetworking/rtems/rtems_mii_ioctl.h, libnetworking/rtems/rtems_mii_ioctl_kern.c, diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 7b7b876516..21afd19fb0 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -34,13 +34,13 @@ extern "C" { * * @note Use this macros to test for features in specific releases. */ -#define __RTEMS_MINOR__ 6 +#define __RTEMS_MINOR__ 7 /** This macro defines the revision version portion of an RTEMS release. * * @note Use this macros to test for features in specific releases. */ -#define __RTEMS_REVISION__ 99 +#define __RTEMS_REVISION__ 99 /* * The cpu options include file defines all cpu dependent