[RTEMS Project] #2886: RTEMS version is wrong on 4.11 branch
RTEMS trac
trac at rtems.org
Thu Jan 26 07:25:26 UTC 2017
#2886: RTEMS version is wrong on 4.11 branch
-----------------------------+-----------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: defect | Status: new
Priority: normal | Milestone: 4.11.2
Component: General | Version: 4.11
Severity: normal | Keywords:
-----------------------------+-----------------------------
cat `find -name version.m4`
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[4.10.99.0]))
m4_define([_RTEMS_API],[4.11])
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[4.10.99.0]))
m4_define([_RTEMS_API],[4.11])
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[4.10.99.0]))
m4_define([_RTEMS_API],[4.11])
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[4.10.99.0]))
m4_define([_RTEMS_API],[4.11])
--
Ticket URL: <http://devel.rtems.org/ticket/2886>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list