Fix possible crash when saving fast resume data

This commit is contained in:
Christophe Dumez
2010-07-21 13:06:09 +00:00
parent 9494b15bd5
commit 35f6675d86
2 changed files with 8 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ LANG_PATH = lang
ICONS_PATH = Icons
# Set the following variable to 1 to enable debug
DEBUG_MODE = 1
DEBUG_MODE = 0
# Global
TEMPLATE = app
@@ -12,9 +12,9 @@ CONFIG += qt \
# Update this VERSION for each release
os2 {
DEFINES += VERSION=\'\"v2.3.0rc6\"\'
DEFINES += VERSION=\'\"v2.3.0rc7\"\'
} else {
DEFINES += VERSION=\\\"v2.3.0rc6\\\"
DEFINES += VERSION=\\\"v2.3.0rc7\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=3