mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +03:00
🔖 set version to 2.1.0
This commit is contained in:
@ -1117,8 +1117,8 @@ class basic_json
|
|||||||
{
|
{
|
||||||
{"string", "2.1.0"},
|
{"string", "2.1.0"},
|
||||||
{"major", 2},
|
{"major", 2},
|
||||||
{"minor", 0},
|
{"minor", 1},
|
||||||
{"patch", 10},
|
{"patch", 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
@ -1117,8 +1117,8 @@ class basic_json
|
|||||||
{
|
{
|
||||||
{"string", "2.1.0"},
|
{"string", "2.1.0"},
|
||||||
{"major", 2},
|
{"major", 2},
|
||||||
{"minor", 0},
|
{"minor", 1},
|
||||||
{"patch", 10},
|
{"patch", 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
Reference in New Issue
Block a user