From e77e31de1725461f45e84f0cc7af7b1139f8dd67 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 26 Jan 2007 06:27:19 +0000 Subject: =?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_REVISION__ 6 (BZ 1206). --- cpukit/ChangeLog | 5 +++++ cpukit/score/include/rtems/system.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2ad07c8483..9575a33df3 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2007-01-26 Ralf Corsépius + + * score/include/rtems/system.h: + #define __RTEMS_REVISION__ 6 (BZ 1206). + 2007-01-02 Ralf Corsépius * posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/ diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 6f3f04ec29..d78d7840ba 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -27,7 +27,7 @@ extern "C" { */ #define __RTEMS_MAJOR__ 4 #define __RTEMS_MINOR__ 6 -#define __RTEMS_REVISION__ 2 +#define __RTEMS_REVISION__ 6 /* * The cpu options include file defines all cpu dependent -- cgit v1.2.3