summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-07 19:33:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-07 19:33:53 +0000
commitba021d5c42d54459082010098d42b22b3ebaa333 (patch)
tree15518e444f897067c50aa97f8764b7d6e03e9926 /cpukit
parent2010-06-07 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-ba021d5c42d54459082010098d42b22b3ebaa333.tar.bz2
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.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/aclocal/version.m44
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 24cf8bc98f..123d93ffad 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/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-06-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/tcflow.c, libcsupport/src/tcflush.c: Add switches
diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4
index 51cbd76f0f..edd18b04a2 100644
--- a/cpukit/aclocal/version.m4
+++ b/cpukit/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])