diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index d3b588b63..ee52da018 100644 --- a/src/main.h +++ b/src/main.h @@ -53,7 +53,7 @@ #elif defined WIN32 #include "winver.h" #else -#define PACKAGE_VERSION SMALL_VERSION +#define PACKAGE_VERSION SMALL_VERSION; #endif #if defined __APPLE__ |