jsoncpp/include/json
Jordan Bayles 12325b814f
Cleanup versioning strategy (#989)
* Cleanup versioning strategy

Currently, versioning is a mess. CMake and Meson have seperate build
version number storage locations, with no way of knowing you need to
have both. Plus, due to recent revisions the amalgamate script is broken
unless you build first, and may still be broken afterwards.

This PR fixes some issues with versioning, and adds comments clarifying
what has to be done when doing a release.

* Run clang format

* Update SOVERSION....
2019-07-22 15:25:23 -07:00
..
allocator.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
assertions.h convert JSONCPP_STRING etc from macros to typedefs 2019-01-17 23:14:18 -05:00
autolink.h Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing. 2017-07-21 03:44:36 -07:00
config.h Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978) 2019-07-17 13:35:33 -07:00
features.h apply the C++11 style change in .clang-format 2019-01-18 07:02:16 -06:00
forwards.h Add missing classes to forwards.h 2019-06-03 15:04:01 +01:00
json.h Apply the formatting specified in .clang-format file. 2018-05-20 18:38:42 -04:00
reader.h Cleanup versioning strategy (#989) 2019-07-22 15:25:23 -07:00
value.h Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978) 2019-07-17 13:35:33 -07:00
version.h Cleanup versioning strategy (#989) 2019-07-22 15:25:23 -07:00
writer.h Delete JSONCPP_DEPRECATED, use [[deprecated]] instead. (#978) 2019-07-17 13:35:33 -07:00