1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-11-14 19:12:46 +01:00

- Updated version

This commit is contained in:
Christophe Dumez 2006-10-08 01:09:15 +00:00
parent 86dfbecd2e
commit 4615df6998
2 changed files with 2 additions and 6 deletions

6
TODO
View File

@ -4,6 +4,7 @@
- Improve man page
- Add more keyboard shortcuts
- Improve torrent creation tool (look & features)
- Allow user to choose DHT port
// Intermediate
- Move novaUpdater to a Thread (probably use downloadThread) to prevent GUI freezing
@ -31,9 +32,4 @@
- Split kernel from GUI? (would be a lot better but require some deep changes)
- Web interface?
// Before 0.7.0
- Test tracker authentication
- Wait for libtorrent v0.11rc release
- Test selective download

View File

@ -23,7 +23,7 @@
#define ABOUT_H
#include "ui_about.h"
#define VERSION "v0.7.0rc4"
#define VERSION "v0.7.0rc5"
class about : public QDialog, private Ui::AboutDlg{
Q_OBJECT