diff options
| author | Tom Rini <[email protected]> | 2023-07-10 14:29:14 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-10 14:29:14 -0400 |
| commit | 146a82c017d51eb2c3b8be33854f200f1e52a1cb (patch) | |
| tree | c2bb134d105bcc9855e6c39ac5b422e5416735ff /include/version_string.h | |
| parent | 05aa6516c6bb419d01d69fac457c0de563bfd694 (diff) | |
| parent | 76c61f29d63163d178b1584ecc9fc2c96c538ff0 (diff) | |
Merge branch 'next'
Diffstat (limited to 'include/version_string.h')
| -rw-r--r-- | include/version_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/version_string.h b/include/version_string.h index a89a6e43705..a7d07e4cc7c 100644 --- a/include/version_string.h +++ b/include/version_string.h @@ -4,5 +4,7 @@ #define __VERSION_STRING_H__ extern const char version_string[]; +extern const unsigned short version_num; +extern const unsigned char version_num_patch; #endif /* __VERSION_STRING_H__ */ |
