Browse Source

- v0.7.0 release!

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
1ce83c1174
  1. 2
      Changelog
  2. 2
      src/about_imp.h

2
Changelog

@ -1,4 +1,4 @@
* Unknown - Christophe Dumez <chris@qbittorrent.org> - v0.7.0 * Fri Oct 13 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.7.0
- FEATURE: Based on new libtorrent v0.11 (a lot of bugfixes, new features) - FEATURE: Based on new libtorrent v0.11 (a lot of bugfixes, new features)
- FEATURE: Added DHT (Trackerless - Decentralized BT) support - FEATURE: Added DHT (Trackerless - Decentralized BT) support
- FEATURE: Audio/Video File previewing while downloading - FEATURE: Audio/Video File previewing while downloading

2
src/about_imp.h

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

Loading…
Cancel
Save