From cb406870aa62fd3c20dc1f517c06bc3a285bb04b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Nov 2017 08:39:23 +0100 Subject: Change RTEMS_API from 5.0 to 5 This fixes the legacy Makefile based build system which expects RTEMS_API to be identical to the tool chain version. Update #3220. --- aclocal/version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal') diff --git a/aclocal/version.m4 b/aclocal/version.m4 index 5cbf0335e7..7c8b9df348 100644 --- a/aclocal/version.m4 +++ b/aclocal/version.m4 @@ -1,4 +1,4 @@ AC_DEFUN([RTEMS_VERSIONING], m4_define([_RTEMS_VERSION],[5.0.0])) -m4_define([_RTEMS_API],[5.0]) +m4_define([_RTEMS_API],[5]) -- cgit v1.2.3