summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog5
-rw-r--r--testsuites/aclocal/rtems-top.m42
-rw-r--r--testsuites/aclocal/version.m42
3 files changed, 7 insertions, 2 deletions
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 <ralf.corsepius@rtems.org>
+
+ * 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 <ralf.corsepius@rtems.org>
* 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])