$VERSION/de
From MCS Wiki AVR
< $VERSION(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = This compiler directive stores version information. <span style="font-family: Arial;"> </span> <span style="font-family: Arial...") |
m (1 revision) |
Latest revision as of 21:07, 15 February 2013
Contents |
= (**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 |
---|