diff --git a/GameVersion.cpp b/GameVersion.cpp index 1db18f5c..e0a7c463 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -13,7 +13,7 @@ #ifdef JA2EDITOR //MAP EDITOR BUILD VERSION -CHAR16 zVersionLabel[256] = { L"Map Editor v1.13.45522 (Official Release)" }; +CHAR16 zVersionLabel[256] = { L"Map Editor v1.13.4552 (Official Release)" }; #elif defined JA2BETAVERSION //BETA/TEST BUILD VERSION diff --git a/Multiplayer/connect.h b/Multiplayer/connect.h index 6bfdf2b3..b2c3b2a3 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.7" +#define MPVERSION "MP v1.8" // OJW - 2009128 - inline funcs for working with soldiers and teams // sick of confusing myself :)