mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
- Updated changelog, splashscreen and version for v0.9.1
This commit is contained in:
parent
12629a9e38
commit
f1decc5432
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
* Unknown - Christophe Dumez <chris@qbittorrent.org> - v0.9.1
|
||||
- BUGFIX: A lot of fixes in configure file
|
||||
|
||||
* Sun Apr 01 2007 - Christophe Dumez <chris@qbittorrent.org> - v0.9.0
|
||||
- FEATURE: Based on libtorrent v0.12
|
||||
- FEATURE: Based on Qt4.2
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
@ -11,10 +11,10 @@ TARGET = qbittorrent
|
|||
CONFIG += qt thread x11
|
||||
|
||||
# Update this VERSION for each release
|
||||
DEFINES += VERSION=\\\"v0.9.0\\\"
|
||||
DEFINES += VERSION=\\\"v0.9.1beta1\\\"
|
||||
DEFINES += VERSION_MAJOR=0
|
||||
DEFINES += VERSION_MINOR=9
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
DEFINES += VERSION_BUGFIX=1
|
||||
|
||||
contains(DEBUG_MODE, 1){
|
||||
CONFIG += debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue