mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
- Updated version to v0.9.2 final
This commit is contained in:
parent
db4f3ab08a
commit
7140a532ed
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
* Unknown - Christophe Dumez <chris@qbittorrent.org> - v0.9.2
|
* Tue Apr 10 2007 - Christophe Dumez <chris@qbittorrent.org> - v0.9.2
|
||||||
- BUGFIX: Window can now stay maximized on exit
|
- BUGFIX: Window can now stay maximized on exit
|
||||||
- BUGFIX: Use PKGCONFIG again for configuring libtorrent
|
- BUGFIX: Use PKGCONFIG again for configuring libtorrent
|
||||||
- BUGFIX: Allow to compile with libtorrent v0.11
|
- BUGFIX: Allow to compile with libtorrent v0.11
|
||||||
|
|
|
@ -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.2rc4\\\"
|
DEFINES += VERSION=\\\"v0.9.2\\\"
|
||||||
DEFINES += VERSION_MAJOR=0
|
DEFINES += VERSION_MAJOR=0
|
||||||
DEFINES += VERSION_MINOR=9
|
DEFINES += VERSION_MINOR=9
|
||||||
DEFINES += VERSION_BUGFIX=2
|
DEFINES += VERSION_BUGFIX=2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue