diff options
author | deva <deva> | 2010-06-10 07:03:06 +0000 |
---|---|---|
committer | deva <deva> | 2010-06-10 07:03:06 +0000 |
commit | 198b0d886817f2c5bc97cfd11857d4b314dffae3 (patch) | |
tree | 4fc2d51de46ab69b9e67149abf0ab6a332032f27 /client/client.pro | |
parent | 730eb796bbce6f124be9194f1565b7dda1daddf1 (diff) |
Add transaction support on database pr. pracro session. Makes it possible to discard all edited macros.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.pro b/client/client.pro index 7db485e..90e0b66 100644 --- a/client/client.pro +++ b/client/client.pro @@ -15,7 +15,7 @@ debug { CONFIG += debug } -DEFINES+=VERSION=\\\"2.0.0-beta1\\\" +DEFINES+=VERSION=\\\"2.0.0-beta2\\\" win32 { LIBPATH += lua/lib |