Lines Matching +full:revision +full:- +full:id
24 .\" $Id: elftc_version.3 3645 2018-10-15 20:17:14Z jkoshy $
31 .Nd return a project-wide version identifier string
41 returns a project-wide identifier string that encodes the source
42 revision of the project source tree.
44 The returned identifier has four space-separated fields:
45 .Bl -tag -width ".Em Project Branch"
46 .It Em "Project-Name"
49 .It Em "Project-Branch"
51 .It Em "Build-OS"
53 .It Em "Version-Number"
54 A tree-wide version number extracted from the version control
63 .Bd -literal -offset indent
67 (void) printf("%s\en", elftc_version());
77 would be the current revision information for the project source tree.