From 1ce83c11748339fd668396f04c3ffae9f379b25e Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 13 Oct 2006 08:55:03 +0000 Subject: [PATCH] - v0.7.0 release! --- Changelog | 2 +- src/about_imp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 8ee49acf7..f3e5af494 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unknown - Christophe Dumez - v0.7.0 +* Fri Oct 13 2006 - Christophe Dumez - v0.7.0 - FEATURE: Based on new libtorrent v0.11 (a lot of bugfixes, new features) - FEATURE: Added DHT (Trackerless - Decentralized BT) support - FEATURE: Audio/Video File previewing while downloading diff --git a/src/about_imp.h b/src/about_imp.h index 780fe28d6..849204a62 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.0rc6" +#define VERSION "v0.7.0" class about : public QDialog, private Ui::AboutDlg{ Q_OBJECT