Browse Source

- beta2 release

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
59d35b9f8a
  1. 1
      TODO
  2. 2
      src/src.pro

1
TODO

@ -46,7 +46,6 @@ @@ -46,7 +46,6 @@
- Translations update
- .ico support?
- display debug when fastresume data is rejected
* beta2
- Wait for some bug fixes in libtorrent :
- upload/download limit per torrent
- ipfilter crash

2
src/src.pro

@ -11,7 +11,7 @@ TARGET = qbittorrent @@ -11,7 +11,7 @@ TARGET = qbittorrent
CONFIG += qt thread x11 network
# Update this VERSION for each release
DEFINES += VERSION=\\\"v1.0.0beta1\\\"
DEFINES += VERSION=\\\"v1.0.0beta2\\\"
DEFINES += VERSION_MAJOR=1
DEFINES += VERSION_MINOR=0
DEFINES += VERSION_BUGFIX=0

Loading…
Cancel
Save