mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-25 23:55:11 -07:00
Bump version to v3.0.6
This commit is contained in:
parent
99f126d0b6
commit
d4c9da6475
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v3.0.6
|
||||
* Sun Oct 7 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.6
|
||||
- BUGFIX: Fix unicode support for command-line arguments on Windows (closes #139)
|
||||
- BUGFIX: Do not store created torrent in memory before writing it to a file (closes #133)
|
||||
- BUGFIX: No longer fallback to ANY interface if the user-selected interface cannot be found (closes #143)
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.5</string>
|
||||
<string>3.0.6</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>qBit</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 3.0.5
|
||||
PROJECT_VERSION = 3.0.6
|
||||
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
|
@ -9,4 +9,4 @@ os2 {
|
|||
|
||||
DEFINES += VERSION_MAJOR=3
|
||||
DEFINES += VERSION_MINOR=0
|
||||
DEFINES += VERSION_BUGFIX=5
|
||||
DEFINES += VERSION_BUGFIX=6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue