- BUGFIX: Fixed an arithmetic exception that could happen in ETA calculation

This commit is contained in:
Christophe Dumez
2006-10-03 00:28:41 +00:00
parent dd65bb7292
commit 55fd750bfd
3 changed files with 3 additions and 2 deletions

View File

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