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 cdd0870e53..77060f56b8 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * aclocal/version.m4: Bump RTEMS_API to 4.11.
+ Bump _RTEMS_VERSION to 4.10.99.0.
+
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Remove PRIdoff_t.
diff --git a/testsuites/aclocal/version.m4 b/testsuites/aclocal/version.m4
index 51cbd76f0f..edd18b04a2 100644
--- a/testsuites/aclocal/version.m4
+++ b/testsuites/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.9.99.0]))
+m4_define([_RTEMS_VERSION],[4.10.99.0]))
-m4_define([RTEMS_API],[4.10])
+m4_define([RTEMS_API],[4.11])