mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
14 lines
312 B
Diff
14 lines
312 B
Diff
![]() |
diff --git a/src/readosm.c b/src/readosm.c
|
||
|
index e1dda27..7977339 100644
|
||
|
--- a/src/readosm.c
|
||
|
+++ b/src/readosm.c
|
||
|
@@ -50,7 +50,7 @@
|
||
|
|
||
|
#if defined(_WIN32) && !defined(__MINGW32__)
|
||
|
/* MSVC: avoiding to include at all config.h */
|
||
|
-#define VERSION 1.1.0
|
||
|
+#define VERSION "1.1.0"
|
||
|
#else
|
||
|
#include "config.h"
|
||
|
#endif
|