diff -r 7c3ee77f4449 -r 53efc2562a7d aboutdialog.cpp --- a/aboutdialog.cpp Mon Nov 20 12:12:00 2006 +0000 +++ b/aboutdialog.cpp Mon Nov 20 12:12:02 2006 +0000 @@ -3,12 +3,13 @@ #include #include "aboutdialog.h" -#include "version.h" #include "settings.h" extern Settings settings; extern QString iconPath; +extern QString vymVersion; +extern QString vymBuildDate; AboutDialog::AboutDialog( QWidget *parent, const char *name) : QDialog( parent, name) @@ -24,7 +25,7 @@ "

VYM - View Your Mind

" "

A tool to put the things you have got in your mind into a map.

" "

(c) by Uwe Drechsel (vym@InSilmaril.de)

" - "

Version " __VYM_VERSION" - " __BUILD_DATE"

" + "

Version " +vymVersion+" - " +vymBuildDate+"

" "