]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / lyx_main.C
index 69c9aa84969fa35d1fded3a07696b247263c61cd..795c4360dbe12e578a4ea823c626461cddeaf839 100644 (file)
@@ -18,6 +18,7 @@
 #endif
 
 #include "version.h"
+#include <version_info.h>
 #include "lyx_main.h"
 #include "lyx_gui.h"
 #include "LyXView.h"
@@ -779,7 +780,7 @@ void commandLineVersionInfo()
        lyxerr << "LyX " LYX_VERSION << " of " LYX_RELEASE << endl;
        lyxerr << "Built on " << __DATE__ << ", " << __TIME__ << endl;
 
-       lyxerr << VERSION_INFO << endl;
+       lyxerr << version_info << endl;
 }