diff options
author | deva <deva> | 2011-01-31 13:40:33 +0000 |
---|---|---|
committer | deva <deva> | 2011-01-31 13:40:33 +0000 |
commit | 3627a1908547f656f8be5dcb94dbb570d41b0c7c (patch) | |
tree | 63ad130e8d05f4b3ef3c67f14f45d07601661997 /client | |
parent | 7bea0060d1021b2a83aa44bfbce4ae9e2c3defd6 (diff) |
Common client/server version file.
Diffstat (limited to 'client')
-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 |