- Based on libtorrent v0.12 (still unreleased, use libtorrent cvs)

- Added Peer Exchange (PeX)
- Display number of complete/incomplete sources in download list for each torrent
- Updated version to v0.9.0beta1
This commit is contained in:
Christophe Dumez
2006-12-27 23:56:30 +00:00
parent b838038fe2
commit 931cfb6783
8 changed files with 31 additions and 196 deletions

View File

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