blob: e3fd8e6a501bdf68924bf8bb51f03441a25e8713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*-
* Copyright (c) 2014-2016 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
* See the file LICENSE for redistribution information.
*/
#define DUMP_JSON_VERSION_MARKER "WiredTiger Dump Version"
#define DUMP_JSON_CURRENT_VERSION 1
#define DUMP_JSON_SUPPORTED_VERSION 1
|