diff options
author | deva <deva> | 2011-01-06 13:00:27 +0000 |
---|---|---|
committer | deva <deva> | 2011-01-06 13:00:27 +0000 |
commit | 5173f43aa8409819aff03ec7e8ccd32a2263a886 (patch) | |
tree | d9dcf67ddc0c8176578ab2e578beea629d2cce7f /client/client.pro | |
parent | 228fa17f3113c884e4239df8321fb94371942273 (diff) |
Tick on version
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro index 7b9704d..fe54880 100644 --- a/client/client.pro +++ b/client/client.pro @@ -16,7 +16,7 @@ debug { DEFINES+=USE_DEBUG } -DEFINES+=VERSION=\\\"2.0.0-beta2\\\" +DEFINES+=VERSION=\\\"2.0.0-r2\\\" win32 { LIBPATH += lua/lib @@ -24,7 +24,7 @@ win32 { LIBS += -llua51 DEFINES += HOST_WIN32 # debug { -# CONFIG += console + CONFIG += console # } } |