Rev 2066 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2066 | Rev 2070 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | #endif |
54 | #endif |
55 | 55 | ||
56 | /** Print version information. */ |
56 | /** Print version information. */ |
57 | void version_print(void) |
57 | void version_print(void) |
58 | { |
58 | { |
- | 59 | printf("%s, release %s (%s)%s\nBuilt%s for %s\n%s\n", |
|
59 | printf("%s, release %s (%s)%s\nBuilt%s for %s\n%s\n", project, release, name, revision, timestamp, arch, copyright); |
60 | project, release, name, revision, timestamp, arch, copyright); |
60 | } |
61 | } |
61 | 62 | ||
62 | /** @} |
63 | /** @} |
63 | */ |
64 | */ |