diff -r 7c3ee77f4449 -r 53efc2562a7d main.cpp --- a/main.cpp Mon Nov 20 12:12:00 2006 +0000 +++ b/main.cpp Mon Nov 20 12:12:02 2006 +0000 @@ -1,14 +1,18 @@ #include #include +#include "flagrowobj.h" +#include "mainwindow.h" +#include "options.h" #include "settings.h" -#include "options.h" -#include "mainwindow.h" -#include "flagrowobj.h" +#include "version.h" // Global variables TextEditor *textEditor; // used in Constr. of LinkableMapObj // initialized in mainwindow +QString vymName(__VYM_NAME); +QString vymVersion(__VYM_VERSION); +QString vymBuildDate(__VYM_BUILD_DATE); Main *mainWindow; // used in BranchObj::select() QString tmpVymDir; // All temp files go there, created in mainwindow @@ -60,7 +64,7 @@ { cout << "vym version "<<__VYM_VERSION <<" (c) 2004-2006 Uwe Drechsel - " - <<__BUILD_DATE<