From d471c48dccd772101db5472b5ad27f9ad112ea7c Mon Sep 17 00:00:00 2001 From: Wanne Date: Tue, 27 Dec 2011 13:40:11 +0000 Subject: [PATCH] - Increased multiplayer version to v2.0 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4863 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Multiplayer/connect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiplayer/connect.h b/Multiplayer/connect.h index 90cc2bb1..360a8a4d 100644 --- a/Multiplayer/connect.h +++ b/Multiplayer/connect.h @@ -185,7 +185,7 @@ extern BOOLEAN fClientReceivedAllFiles; // OJW - 20090507 // Add basic version checking, will only work from now on // note: this cannot be longer than char[30] -#define MPVERSION "MP v1.9" +#define MPVERSION "MP v2.0" // OJW - 2009128 - inline funcs for working with soldiers and teams // sick of confusing myself :)