summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/version.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-18 03:37:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-18 03:37:19 +0000
commit9b5e72b63614854e2fe50cb1c7a0f71d5c8ce3aa (patch)
tree84c89402ad2a9b7d3848ab769dc748b6ca510562 /c/src/aclocal/version.m4
parent2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9b5e72b63614854e2fe50cb1c7a0f71d5c8ce3aa.tar.bz2
2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
Diffstat (limited to '')
-rw-r--r--c/src/aclocal/version.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/aclocal/version.m4 b/c/src/aclocal/version.m4
index e1522bb37d..cabe02ca4d 100644
--- a/c/src/aclocal/version.m4
+++ b/c/src/aclocal/version.m4
@@ -1,2 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[4.7.99.0]))
+
+m4_define([RTEMS_API],[4.8])