FreeMat-4.2.beta(1).exe does: From the GUI, Help->About says: Freemat Version FREEMAT_VERSION
4.2 or 4.2 beta would be better.
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 ";
Log in to post a comment.
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 += "\n\n";
text += "Licensed under the GNU Public License Ver 2\n";
text += "Web: http://freemat.sf.net\n";