From 9b5e72b63614854e2fe50cb1c7a0f71d5c8ce3aa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Oct 2006 03:37:19 +0000 Subject: =?UTF-8?q?2006-10-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8. --- c/src/aclocal/version.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/aclocal/version.m4') 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]) -- cgit v1.2.3