b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/include/version.h |
2 | +++ b/include/version.h | ||||
3 | @@ -11,8 +11,8 @@ | ||||
4 | extern "C" { | ||||
5 | #endif | ||||
6 | |||||
7 | -const char* gVERSION; | ||||
8 | -const char* gVERSION_SHORT; | ||||
9 | +extern const char* gVERSION; | ||||
10 | +extern const char* gVERSION_SHORT; | ||||
11 | |||||
12 | #ifdef __cplusplus | ||||
13 | } |