From 5b65b3ebdfb10ffc111854e3861aa2b2338d32ac Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 8 Jun 2013 02:18:23 +0000 Subject: [PATCH] - Bumped NETGAMEVERSION, which should have been done when I changed the order uservars were sent during netgame initialization. SVN r4338 (trunk) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b8d15d1b0..be954d021 100644 --- a/src/version.h +++ b/src/version.h @@ -54,7 +54,7 @@ // Version identifier for network games. // Bump it every time you do a release unless you're certain you // didn't change anything that will affect sync. -#define NETGAMEVERSION 228 +#define NETGAMEVERSION 229 // Version stored in the ini's [LastRun] section. // Bump it if you made some configuration change that you want to