Fix version number on about page 0.9.3-release
authorunc0rr
Sun, 27 Apr 2008 16:51:28 +0000
changeset 888 9b2abea1071f
parent 887 cfed7e92afd7
child 889 3bf9dc791f45
Fix version number on about page
QTfrontend/about.cpp
QTfrontend/netconnectedclient.cpp
--- a/QTfrontend/about.cpp	Sun Apr 27 16:13:40 2008 +0000
+++ b/QTfrontend/about.cpp	Sun Apr 27 16:51:28 2008 +0000
@@ -35,7 +35,7 @@
 	lbl1->setOpenExternalLinks(true);
 	lbl1->setText(
 			"<div align=\"center\"><h1>Hedgewars</h1>" +
-			QLabel::tr("<h3>Version 0.9.2</h3>") +
+			QLabel::tr("<h3>Version 0.9.3</h3>") +
 			"<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" +
 			QLabel::tr("This program is distributed under the GNU General Public License") +
 			"</div>"
--- a/QTfrontend/netconnectedclient.cpp	Sun Apr 27 16:13:40 2008 +0000
+++ b/QTfrontend/netconnectedclient.cpp	Sun Apr 27 16:51:28 2008 +0000
@@ -16,12 +16,13 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  */
 
-#include "netconnectedclient.h"
-#include "netserver.h"
-
 #include <QTcpServer>
 #include <QTcpSocket>
 #include <QStringList>
+#include <QDebug>
+
+#include "netconnectedclient.h"
+#include "netserver.h"
 
 extern char delimeter;