summaryrefslogtreecommitdiffstats
path: root/c/src
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 /c/src
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 'c/src')
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/aclocal/version.m44
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 350a4d5b5d..24f6e1ff12 100644
--- a/c/src/ChangeLog
+++ b/c/src/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-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* libchip/network/smc91111.h: Eliminate DEBUG_puts.
diff --git a/c/src/aclocal/version.m4 b/c/src/aclocal/version.m4
index f2828fc8a0..280b4adcf4 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.7.99.2]))
+m4_define([_RTEMS_VERSION],[4.8.99.0]))
-m4_define([RTEMS_API],[4.8])
+m4_define([RTEMS_API],[4.9])