From 9b5e72b63614854e2fe50cb1c7a0f71d5c8ce3aa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Oct 2006 03:37:19 +0000 Subject: =?UTF-8?q?2006-10-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8. --- c/src/ChangeLog | 5 +++++ c/src/aclocal/rtems-top.m4 | 2 -- c/src/aclocal/version.m4 | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index b93c5c9f28..b7864329c0 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,8 @@ +2006-10-18 Ralf Corsépius + + * aclocal/rtems-top.m4: Remove RTEMS_API. + * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8. + 2006-10-17 Ralf Corsépius * aclocal/prog-ccas.m4: Adaptations to automake-1.10. diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4 index d7329d7d95..9149971cb8 100644 --- a/c/src/aclocal/rtems-top.m4 +++ b/c/src/aclocal/rtems-top.m4 @@ -1,7 +1,5 @@ dnl $Id$ -m4_define([RTEMS_API],[4.7]) - dnl dnl RTEMS_TOP($1) dnl diff --git a/c/src/aclocal/version.m4 b/c/src/aclocal/version.m4 index e1522bb37d..cabe02ca4d 100644 --- a/c/src/aclocal/version.m4 +++ b/c/src/aclocal/version.m4 @@ -1,2 +1,4 @@ AC_DEFUN([RTEMS_VERSIONING], m4_define([_RTEMS_VERSION],[4.7.99.0])) + +m4_define([RTEMS_API],[4.8]) -- cgit v1.2.3