summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-22 14:12:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-22 14:12:12 +0000
commit64600d01736b2f33aa1ac4bb17a343a9687716fd (patch)
treed78e28f16bbc928a6c13227cd71757cefa8f7b3e /cpukit
parentshared/include/utility.h: New file. (diff)
downloadrtems-64600d01736b2f33aa1ac4bb17a343a9687716fd.tar.bz2
2008-09-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/types.h: Do not define rtems_boolean, rtems_single, rtems_double unless RTEMS_DEPRECATED_TYPES is given.
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 5d5eb347ac..cc698fc0ce 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/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-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_mallocinfo.c, libmisc/shell/main_wkspaceinfo.c:
diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4
index 280b4adcf4..51cbd76f0f 100644
--- a/cpukit/aclocal/version.m4
+++ b/cpukit/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])