$OpenBSD: patch-src_version_h,v 1.1 2018/04/16 18:16:45 landry Exp $

Index: src/version.h
--- src/version.h.orig
+++ src/version.h
@@ -23,6 +23,6 @@
 #define _MKSTR(x)      _MKSTR_1(x)
 #endif
 
-#define VER_STR       _MKSTR(VER_MAJOR)"."_MKSTR(VER_MINOR)"."_MKSTR(VER_STEP)
+#define VER_STR       _MKSTR(VER_MAJOR) "." _MKSTR(VER_MINOR) "." _MKSTR(VER_STEP)
 #define WHAT_STR      "QLandkarte GT, Version " VER_STR
 #endif                           //VERSION_H
