source: rtems/aclocal/version.m4 @ 2afb22b

5
Last change on this file since 2afb22b was cb40687, checked in by Sebastian Huber <sebastian.huber@…>, on 11/10/17 at 07:39:23

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.

  • Property mode set to 100644
File size: 95 bytes
Line 
1AC_DEFUN([RTEMS_VERSIONING],
2m4_define([_RTEMS_VERSION],[5.0.0]))
3
4m4_define([_RTEMS_API],[5])
Note: See TracBrowser for help on using the repository browser.