summaryrefslogtreecommitdiff
path: root/src/client/GameSave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/GameSave.cpp')
-rw-r--r--src/client/GameSave.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp
index 2a7c996..c3aee45 100644
--- a/src/client/GameSave.cpp
+++ b/src/client/GameSave.cpp
@@ -1962,8 +1962,8 @@ char * GameSave::serialiseOPS(int & dataLength)
bson_append_start_object(&b, "origin");
bson_append_int(&b, "majorVersion", SAVE_VERSION);
bson_append_int(&b, "minorVersion", MINOR_VERSION);
- bson_append_int(&b, "buildNum", MINOR_VERSION);
- bson_append_int(&b, "snapshotId", MINOR_VERSION);
+ bson_append_int(&b, "buildNum", BUILD_NUM);
+ bson_append_int(&b, "snapshotId", SNAPSHOT_ID);
bson_append_string(&b, "releaseType", IDENT_RELTYPE);
bson_append_string(&b, "platform", IDENT_PLATFORM);
bson_append_string(&b, "builtType", IDENT_BUILD);