source: rtems/testsuites/sptests/spversion01/spversion01.scn @ 99de42c

5
Last change on this file since 99de42c was 6f3fb8a, checked in by Chris Johns <chrisj@…>, on 11/07/17 at 05:43:11

cpukit: Add a Version API.

Provide functions to get the version string, major, minor and revision
numbers and the version control identifer that is a unique tag for
the version control system.

Update #3199.

  • Property mode set to 100644
File size: 431 bytes
Line 
1Valid version control:
2
3*** BEGIN OF TEST VERSION 1 ***
4Release  : 4.11.99.0.d71542c8bef50261bc3904ef6a17f0b6087d04d9-modified
5Major    : 4
6Minor    : 11
7Revision : 99
8VC Key   : d71542c8bef50261bc3904ef6a17f0b6087d04d9-modified
9
10*** END OF TEST VERSION 1 ***
11
12No valid version control:
13
14*** BEGIN OF TEST VERSION 1 ***
15Release  : 4.11.99.0
16Major    : 4
17Minor    : 11
18Revision : 99
19VC Key   : (null)
20
21*** END OF TEST VERSION 1 ***
Note: See TracBrowser for help on using the repository browser.