Browse Source

Bump to v2.5.0 final

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
abb8554c51
  1. 2
      Changelog
  2. 6
      version.pri

2
Changelog

@ -1,4 +1,4 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.5.0 * Sun Dec 5 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.5.0
- FEATURE: qBittorrent can now act as a tracker - FEATURE: qBittorrent can now act as a tracker
- FEATURE: New and improved RSS feed automated downloader - FEATURE: New and improved RSS feed automated downloader
- FEATURE: Added feature to shutdown qbittorrent on torrents completion - FEATURE: Added feature to shutdown qbittorrent on torrents completion

6
version.pri

@ -1,11 +1,11 @@
os2 { os2 {
DEFINES += VERSION=\'\"v2.5.0rc4\"\' DEFINES += VERSION=\'\"v2.5.0\"\'
} else { } else {
DEFINES += VERSION=\\\"v2.5.0rc4\\\" DEFINES += VERSION=\\\"v2.5.0\\\"
} }
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=5 DEFINES += VERSION_MINOR=5
DEFINES += VERSION_BUGFIX=0 DEFINES += VERSION_BUGFIX=0
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
DEFINES += VERSION_TYPE=RELEASE_CANDIDATE DEFINES += VERSION_TYPE=NORMAL

Loading…
Cancel
Save