Graham Inggs - 2017-06-07

Below is a patch fixing the issue. FREEMAT_VERSION is already quoted.

--- a/src/application.cpp
+++ b/src/application.cpp
@@ -429,7 +429,7 @@
void ApplicationWindow::about() {
QString text;
text += "FreeMat Version ";
- text += QUOTEME(FREEMAT_VERSION);
+ text += FREEMAT_VERSION;
text += "\n\n";
text += "Licensed under the GNU Public License Ver 2\n";
text += "Web: http://freemat.sf.net\n";