diff options
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/client.pro b/client/client.pro index 509ad9d..d43e28d 100644 --- a/client/client.pro +++ b/client/client.pro @@ -16,7 +16,8 @@ debug { DEFINES+=USE_DEBUG } -DEFINES+=VERSION=\\\"2.0.0-r2\\\" +include(../VERSION) +DEFINES+=VERSION=\\\"$$VERSION\\\" win32 { LIBPATH += lua/lib |