$VERSION/de
Aus MCS Wiki AVR
Inhaltsverzeichnis |
= (**COPIED FROM ENGLISH PAGE**) === Action
This compiler directive stores version information.
Syntax
$VERSION V,S,R
Remarks
Version info is important information. If you need to maintain source code, it will make it easy to identify the code.
$VERSION has 3 parameters. These must be numeric digits. Each time you compile your code, the release number is increased.
You can use Version(2) to print this information. $version 1,2,3 will be printed as 1.2.3
See also
Example
$version 1,2,3
Print Version(2)
Languages | English • Deutsch |
---|