summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/version.m4
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/aclocal/version.m4
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 '')
-rw-r--r--c/src/aclocal/version.m44
1 files changed, 2 insertions, 2 deletions
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])