File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = coreJSON
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = v3.3.0
51+ PROJECT_NUMBER = v3.3.1
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11name : " coreJSON"
2- version : " v3.3.0+ "
2+ version : " v3.3.1 "
33description : |
44 "A parser strictly enforcing the ECMA-404 JSON standard, suitable for microcontrollers. \n"
55license : " MIT"
Original file line number Diff line number Diff line change 4747 * If JSON_LIBRARY_VERSION ends with + it represents the version in development
4848 * after the numbered release.
4949 */
50- #define JSON_LIBRARY_VERSION "v3.3.0+ "
50+ #define JSON_LIBRARY_VERSION "v3.3.1 "
5151/** @endcond */
5252
5353/**
You can’t perform that action at this time.
0 commit comments