1
mirror of https://github.com/qbittorrent/qBittorrent synced 2025-10-07 09:52:18 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Christophe Dumez
a40b754d63 Tagged v2.4.0 release 2010-08-24 18:30:28 +00:00
Christophe Dumez
f54bc8bea4 Branched v2.4.x 2010-08-24 18:27:18 +00:00
6 changed files with 102 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.4.0
* Tue Aug 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.0
- FEATURE: Added actions to "Move to top/bottom" of priority queue
- FEATURE: Auto-Shutdown on downloads completion
- FEATURE: Email notification on download completion

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -5537,7 +5537,7 @@ Do you want to install it now?</source>
</message>
<message>
<source>qBittorrent needs to be restarted</source>
<translation type="unfinished"></translation>
<translation>需要重启qBittorrent</translation>
</message>
</context>
<context>

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,16 +12,16 @@ CONFIG += qt \
# Update this VERSION for each release
os2 {
DEFINES += VERSION=\'\"v2.4.0rc3\"\'
DEFINES += VERSION=\'\"v2.4.0\"\'
} else {
DEFINES += VERSION=\\\"v2.4.0rc3\\\"
DEFINES += VERSION=\\\"v2.4.0\\\"
}
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=4
DEFINES += VERSION_BUGFIX=0
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=RELEASE_CANDIDATE
DEFINES += VERSION_TYPE=NORMAL
win32 {
# Adapt these paths on Windows