- Oups, sorry I forgot pause_all() & start_all() functions in last commit :)

- Updated version to v0.9.0beta4
This commit is contained in:
Christophe Dumez
2007-03-08 16:40:02 +00:00
parent bd3bde919d
commit aa6f6161c3
5 changed files with 71 additions and 5 deletions

View File

@@ -23,10 +23,7 @@
#define ABOUT_H
#include "ui_about.h"
#define VERSION "v0.9.0beta3"
#define VERSION_MAJOR 0
#define VERSION_MINOR 9
#define VERSION_BUGFIX 0
#define VERSION "v0.9.0beta4"
class about : public QDialog, private Ui::AboutDlg{
Q_OBJECT