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: Improved ETA calculation
- FEATURE: Simplify program preferences

View file

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