blob: dad1249c8e7393b43d8b8ad38fb1078a5364e837 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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 }