summaryrefslogtreecommitdiffstats
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
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 '')
-rw-r--r--ChangeLog5
-rw-r--r--aclocal/version.m44
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/aclocal/version.m44
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/aclocal/version.m44
-rw-r--r--testsuites/ChangeLog5
-rw-r--r--testsuites/aclocal/version.m44
8 files changed, 28 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c6c512578..613c057470 100644
--- a/ChangeLog
+++ b/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-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/bsp-alias.m4: Change quoting to work-round
diff --git a/aclocal/version.m4 b/aclocal/version.m4
index 51cbd76f0f..edd18b04a2 100644
--- a/aclocal/version.m4
+++ b/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])
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 2da45120a0..693a470e64 100644
--- a/c/src/ChangeLog
+++ b/c/src/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-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libchip/network/if_dc.c: Fix warning.
diff --git a/c/src/aclocal/version.m4 b/c/src/aclocal/version.m4
index 51cbd76f0f..edd18b04a2 100644
--- a/c/src/aclocal/version.m4
+++ b/c/src/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])
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])
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])