blob: dad1249c8e7393b43d8b8ad38fb1078a5364e837 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/include/version.h
+++ b/include/version.h
@@ -11,8 +11,8 @@
extern "C" {
#endif
-const char* gVERSION;
-const char* gVERSION_SHORT;
+extern const char* gVERSION;
+extern const char* gVERSION_SHORT;
#ifdef __cplusplus
}
|