1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 12:34:19 +00:00

Bump to v2.6.0 final

This commit is contained in:
Christophe Dumez 2011-01-09 10:31:59 +00:00
parent 82553471cc
commit f9e887900e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.0 * Sun Jan 9 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.0
- FEATURE: Use system icons (Linux, Qt >= 4.6) - FEATURE: Use system icons (Linux, Qt >= 4.6)
- FEATURE: Improved ETA calculation - FEATURE: Improved ETA calculation
- FEATURE: Simplify program preferences - FEATURE: Simplify program preferences

View File

@ -1,11 +1,11 @@
os2 { os2 {
DEFINES += VERSION=\'\"v2.6.0rc3\"\' DEFINES += VERSION=\'\"v2.6.0\"\'
} else { } else {
DEFINES += VERSION=\\\"v2.6.0rc3\\\" DEFINES += VERSION=\\\"v2.6.0\\\"
} }
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=6 DEFINES += VERSION_MINOR=6
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