--- a/QTfrontend/ui/widget/about.cpp Thu Feb 28 23:14:11 2013 +0100
+++ b/QTfrontend/ui/widget/about.cpp Fri Mar 01 00:06:05 2013 +0100
@@ -67,8 +67,8 @@
"a { color: #ffcc00; }"
// "a:hover { color: yellow; }"
"</style>"
- "<div align=\"center\"><h1>Hedgewars</h1>"
- "<h3>" + QLabel::tr("Version") + " " + *cVersionString + "</h3>"
+ "<div align=\"center\"><h1>Hedgewars " + *cVersionString + "</h1>"
+ "<h3>" + QLabel::tr("Revision") + " " + *cRevisionString + "|" + *cHashString + "</h3>"
"<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p>" +
QLabel::tr("This program is distributed under the GNU General Public License v2") +
"</div>"