Pali Rohár | bdfb6d7 | 2021-08-02 15:18:31 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | |||||
3 | #ifndef __VERSION_STRING_H__ | ||||
4 | #define __VERSION_STRING_H__ | ||||
5 | |||||
6 | extern const char version_string[]; | ||||
Simon Glass | 1e4d965 | 2023-04-29 19:21:46 -0600 | [diff] [blame] | 7 | extern const unsigned short version_num; |
8 | extern const unsigned char version_num_patch; | ||||
Pali Rohár | bdfb6d7 | 2021-08-02 15:18:31 +0200 | [diff] [blame] | 9 | |
10 | #endif /* __VERSION_STRING_H__ */ |