Skip to content

Commit

Permalink
4.0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: c0re100 <[email protected]>
  • Loading branch information
c0re100 committed Dec 20, 2017
1 parent 42104f0 commit bfa17fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ void MainWindow::updateGUI()
#endif // Q_OS_MAC

if (m_displaySpeedInTitle) {
setWindowTitle(tr("[D: %1, U: %2] qBittorrent %3", "D = Download; U = Upload; %3 is qBittorrent version")
setWindowTitle(tr("[D: %1, U: %2] qBittorrent %3 (Enhanced Edition)", "D = Download; U = Upload; %3 is qBittorrent version")
.arg(Utils::Misc::friendlyUnit(status.payloadDownloadRate, true))
.arg(Utils::Misc::friendlyUnit(status.payloadUploadRate, true))
.arg(QBT_VERSION));
Expand Down
2 changes: 1 addition & 1 deletion version.pri
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROJECT_NAME = qbittorrent
VER_MAJOR = 4
VER_MINOR = 0
VER_BUGFIX = 3
VER_BUILD = 1
VER_BUILD = 2
VER_STATUS = # Should be empty for stable releases!

# Don't touch the rest part
Expand Down

0 comments on commit bfa17fb

Please sign in to comment.