From 4615df699838bd3bbaa531b5a2a61dfe07376eda Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 8 Oct 2006 01:09:15 +0000 Subject: [PATCH] - Updated version --- TODO | 6 +----- src/about_imp.h | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index cc040efb3..489551fdb 100644 --- a/TODO +++ b/TODO @@ -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 - diff --git a/src/about_imp.h b/src/about_imp.h index 5d03f2abe..66d4a3e38 100644 --- a/src/about_imp.h +++ b/src/about_imp.h @@ -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