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. --- ChangeLog | 5 +++++ aclocal/rtems-top.m4 | 2 -- aclocal/version.m4 | 2 ++ c/src/ChangeLog | 5 +++++ c/src/aclocal/rtems-top.m4 | 2 -- c/src/aclocal/version.m4 | 2 ++ cpukit/ChangeLog | 5 +++++ cpukit/aclocal/rtems-top.m4 | 2 -- cpukit/aclocal/version.m4 | 2 ++ testsuites/ChangeLog | 5 +++++ testsuites/aclocal/rtems-top.m4 | 2 -- testsuites/aclocal/version.m4 | 2 ++ 12 files changed, 28 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73b53c75bf..0bdac3cff7 100644 --- a/ChangeLog +++ b/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/version.m4: Bump version to 4.7.99.0. diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4 index 9e2ea9c80f..3d34996fa6 100644 --- a/aclocal/rtems-top.m4 +++ b/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/aclocal/version.m4 b/aclocal/version.m4 index e1522bb37d..cabe02ca4d 100644 --- a/aclocal/version.m4 +++ b/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]) 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]) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 28e7bc7b03..163f8a7bae 100644 --- a/cpukit/ChangeLog +++ b/cpukit/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/rtems-top.m4: Bump RTEMS_API to 4.8. diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4 index 00e25aa83b..7838bfc0ef 100644 --- a/cpukit/aclocal/rtems-top.m4 +++ b/cpukit/aclocal/rtems-top.m4 @@ -1,7 +1,5 @@ dnl $Id$ -m4_define([RTEMS_API],[4.8]) - dnl dnl RTEMS_TOP($1) dnl diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4 index e1522bb37d..cabe02ca4d 100644 --- a/cpukit/aclocal/version.m4 +++ b/cpukit/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]) diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index ae6ab39a6f..ae8d270200 100644 --- a/testsuites/ChangeLog +++ b/testsuites/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-cxx.m4: Add AC_PROG_CXXCPP. diff --git a/testsuites/aclocal/rtems-top.m4 b/testsuites/aclocal/rtems-top.m4 index 1c96a2e9e6..bd5c526f1d 100644 --- a/testsuites/aclocal/rtems-top.m4 +++ b/testsuites/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/testsuites/aclocal/version.m4 b/testsuites/aclocal/version.m4 index e1522bb37d..cabe02ca4d 100644 --- a/testsuites/aclocal/version.m4 +++ b/testsuites/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