summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/rtems-top.m42
-rw-r--r--aclocal/version.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4
index 9e2ea9c80f..3d34996fa6 100644
--- a/aclocal/rtems-top.m4
+++ b/aclocal/rtems-top.m4
@@ -1,7 +1,5 @@
dnl $Id$
-m4_define([RTEMS_API],[4.7])
-
dnl
dnl RTEMS_TOP($1)
dnl
diff --git a/aclocal/version.m4 b/aclocal/version.m4
index e1522bb37d..cabe02ca4d 100644
--- a/aclocal/version.m4
+++ b/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])