15 lines
185 B
Markdown
15 lines
185 B
Markdown
# PR_VERSION
|
|
|
|
## Syntax
|
|
|
|
```{code}
|
|
#include <prinit.h>
|
|
|
|
#define PR_VERSION "2.1 yyyymmdd"
|
|
```
|
|
|
|
## Description
|
|
|
|
The format of the version string is*MajorVersion.MinorVersion
|
|
BuildDate*.
|