summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog5
-rw-r--r--testsuites/aclocal/version.m44
2 files changed, 7 insertions, 2 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index f8d48db3ac..373b6fdb37 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * aclocal/version.m4: Bump RTEMS_API to 4.10.
+ Bump _RTEMS_VERSION to 4.9.99.0.
+
2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/test_support.c: Convert to "bool".
diff --git a/testsuites/aclocal/version.m4 b/testsuites/aclocal/version.m4
index 280b4adcf4..51cbd76f0f 100644
--- a/testsuites/aclocal/version.m4
+++ b/testsuites/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.8.99.0]))
+m4_define([_RTEMS_VERSION],[4.9.99.0]))
-m4_define([RTEMS_API],[4.9])
+m4_define([RTEMS_API],[4.10])