mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
Bump to v2.7.0 final
This commit is contained in:
parent
44ab905131
commit
3e27595cf1
@ -1,4 +1,4 @@
|
|||||||
* Unknown - Christophe Dumez <chris@qbittorrent.org> - v2.7.0
|
* Sun Mar 20 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.7.0
|
||||||
- FEATURE: Added search field for torrent content
|
- FEATURE: Added search field for torrent content
|
||||||
- FEATURE: Added auto-shutdown confirmation dialog
|
- FEATURE: Added auto-shutdown confirmation dialog
|
||||||
- FEATURE: Added option to skip torrent deletion confirmation (Ville Kiiskinen)
|
- FEATURE: Added option to skip torrent deletion confirmation (Ville Kiiskinen)
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
os2 {
|
os2 {
|
||||||
DEFINES += VERSION=\'\"v2.7.0rc2\"\'
|
DEFINES += VERSION=\'\"v2.7.0\"\'
|
||||||
} else {
|
} else {
|
||||||
DEFINES += VERSION=\\\"v2.7.0rc2\\\"
|
DEFINES += VERSION=\\\"v2.7.0\\\"
|
||||||
}
|
}
|
||||||
DEFINES += VERSION_MAJOR=2
|
DEFINES += VERSION_MAJOR=2
|
||||||
DEFINES += VERSION_MINOR=7
|
DEFINES += VERSION_MINOR=7
|
||||||
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…
x
Reference in New Issue
Block a user