From 118fbaa4ca5e91b76e0ac55e9e48b3ba26a7ee12 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 13 Oct 2006 10:15:37 +0000 Subject: [PATCH] - added svn to version --- src/about_imp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_imp.h b/src/about_imp.h index 849204a62..f5260d60b 100644 --- a/src/about_imp.h +++ b/src/about_imp.h @@ -23,7 +23,7 @@ #define ABOUT_H #include "ui_about.h" -#define VERSION "v0.7.0" +#define VERSION "v0.7.0svn" class about : public QDialog, private Ui::AboutDlg{ Q_OBJECT