mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 14:23:35 -07:00
******** v0.9.3 release *********
This commit is contained in:
parent
fe4c1859a8
commit
1057cdbe44
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
* Unknown - Christophe Dumez <chris@qbittorrent.org> - v0.9.3
|
* Mon May 07 2007 - Christophe Dumez <chris@qbittorrent.org> - v0.9.3
|
||||||
- BUGFIX: Fixed pause toggle on double-click in download list
|
- BUGFIX: Fixed pause toggle on double-click in download list
|
||||||
- BUGFIX: The torrent size displayed now only takes unfiltered files into account
|
- BUGFIX: The torrent size displayed now only takes unfiltered files into account
|
||||||
- BUGFIX: Fixed compiling errors with libtorrent svn (future v0.13 with UPnP enabled)
|
- BUGFIX: Fixed compiling errors with libtorrent svn (future v0.13 with UPnP enabled)
|
||||||
|
- BUGFIX: Remember sorted column in download list on restart
|
||||||
- BUGFIX: Small fix in the german translation
|
- BUGFIX: Small fix in the german translation
|
||||||
- BUGFIX: Some fixes in slovak translation
|
- BUGFIX: Some fixes in slovak translation
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ TARGET = qbittorrent
|
||||||
CONFIG += qt thread x11
|
CONFIG += qt thread x11
|
||||||
|
|
||||||
# Update this VERSION for each release
|
# Update this VERSION for each release
|
||||||
DEFINES += VERSION=\\\"v0.9.3rc3\\\"
|
DEFINES += VERSION=\\\"v0.9.3\\\"
|
||||||
DEFINES += VERSION_MAJOR=0
|
DEFINES += VERSION_MAJOR=0
|
||||||
DEFINES += VERSION_MINOR=9
|
DEFINES += VERSION_MINOR=9
|
||||||
DEFINES += VERSION_BUGFIX=3
|
DEFINES += VERSION_BUGFIX=3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue