summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-09-21 08:50:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-09-21 08:50:19 +0000
commit90a51d8a49e5bf8cc9192b09995248259fc7f547 (patch)
tree3b75b8120170f0912f8d1e5a1e1b039efd68e9b2 /testsuites
parent2007-09-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-90a51d8a49e5bf8cc9192b09995248259fc7f547.tar.bz2
2007-09-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/version.m4: Bump RTEMS_API to 4.9. Bump RTEMS_VERSION to 4.8.99.0.
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 cbb0510063..7745191fcb 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * aclocal/version.m4: Bump RTEMS_API to 4.9.
+ Bump RTEMS_VERSION to 4.8.99.0.
+
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/include/buffer_test_io.h: Add support for using printk for
diff --git a/testsuites/aclocal/version.m4 b/testsuites/aclocal/version.m4
index f2828fc8a0..280b4adcf4 100644
--- a/testsuites/aclocal/version.m4
+++ b/testsuites/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.7.99.2]))
+m4_define([_RTEMS_VERSION],[4.8.99.0]))
-m4_define([RTEMS_API],[4.8])
+m4_define([RTEMS_API],[4.9])