- trunk is now v0.9.0alpha (because stable branche is now v0.8.0)

This commit is contained in:
Christophe Dumez
2006-10-25 21:21:02 +00:00
parent 937af1ae73
commit b9c7d34532
3 changed files with 8 additions and 3 deletions

View File

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