diff --git a/TODO b/TODO
index 3d50efa9a..0eb742728 100644
--- a/TODO
+++ b/TODO
@@ -35,13 +35,12 @@
- Add a torrent scheduler
// in v1.0.0 (partial) or maybe v0.9.0 depending on next libtorrent release date
-- Download from RSS feeds
+- Download from RSS feeds (IN PROGRESS)
- Move finished torrent to another tab and keep on seeding them even after restart
- Allow to edit the trackers for a torrent
// In v0.9.0
-- Update translations (contact translators)
-- Find a better way to update qBittorrent VERSION
+- Update translations (translators contacted)
- Splitting torrent part from GUI (bug squashing + cleanup)
- Create options object only when necessary to save up some memory
- Wait for libtorrent v0.12 official release
diff --git a/src/about_imp.h b/src/about_imp.h
index fb8faebfe..ca85625fd 100644
--- a/src/about_imp.h
+++ b/src/about_imp.h
@@ -23,7 +23,6 @@
#define ABOUT_H
#include "ui_about.h"
-#define VERSION "v0.9.0beta5"
class about : public QDialog, private Ui::AboutDlg{
Q_OBJECT
@@ -35,7 +34,7 @@ class about : public QDialog, private Ui::AboutDlg{
// Set icons
logo->setPixmap(QPixmap(QString::fromUtf8(":/Icons/qbittorrent32.png")));
//Title
- lb_name->setText(""+tr("qBittorrent")+" "+VERSION"
");
+ lb_name->setText(""+tr("qBittorrent")+" "VERSION"
");
// Thanks
te_thanks->append("