Fix importing of torrents from qBT < v2.3.0 when using a temporary folder for incomplete torrents

This commit is contained in:
Christophe Dumez
2010-07-08 14:50:23 +00:00
parent 65091f7cb9
commit 9e4958e96a
2 changed files with 15 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ CONFIG += qt \
# Update this VERSION for each release
os2 {
DEFINES += VERSION=\'\"v2.3.0rc1\"\'
DEFINES += VERSION=\'\"v2.3.0rc2\"\'
} else {
DEFINES += VERSION=\\\"v2.3.0rc1\\\"
DEFINES += VERSION=\\\"v2.3.0rc2\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=3