You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
233 B

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