Bump to v2.5.0 final

This commit is contained in:
Christophe Dumez 2010-12-05 08:25:27 +00:00
parent 258a3ea3b0
commit abb8554c51
2 changed files with 4 additions and 4 deletions

View file

@ -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: New and improved RSS feed automated downloader
- FEATURE: Added feature to shutdown qbittorrent on torrents completion

View file

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