- BACK TO DEVEL (finally!)

- Just a small commit to change the way qBT identifies its version with the tracker
This commit is contained in:
Christophe Dumez
2007-02-19 13:14:55 +00:00
parent dd0b110eae
commit de7e284690
3 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,9 @@
#include "ui_about.h"
#define VERSION "v0.9.0beta1"
#define VERSION_MAJOR 0
#define VERSION_MINOR 9
#define VERSION_BUGFIX 0
class about : public QDialog, private Ui::AboutDlg{
Q_OBJECT