You've already forked qBittorrent
mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-10-07 09:52:18 +02:00
Compare commits
2 Commits
release-4.
...
release-2.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a40b754d63 | ||
![]() |
f54bc8bea4 |
@@ -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.
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user