jsoncpp: bump to version 1.9.5

Origin commit data
------------------
Commit: 5fc75801c2
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-07-16 (Sat, 16 Jul 2022)

Origin message was:
------------------
- jsoncpp: bump to version 1.9.5
This commit is contained in:
vanhofen
2022-07-16 15:25:02 +02:00
parent a462023e04
commit 79348491a5
3 changed files with 45 additions and 28 deletions

View File

@@ -94,10 +94,10 @@ license you like.
// 3. /CMakeLists.txt
// IMPORTANT: also update the SOVERSION!!
#define JSONCPP_VERSION_STRING "1.9.4"
#define JSONCPP_VERSION_STRING "1.9.5"
#define JSONCPP_VERSION_MAJOR 1
#define JSONCPP_VERSION_MINOR 9
#define JSONCPP_VERSION_PATCH 4
#define JSONCPP_VERSION_PATCH 5
#define JSONCPP_VERSION_QUALIFIER
#define JSONCPP_VERSION_HEXA \
((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
@@ -136,7 +136,8 @@ license you like.
#include <cstring>
#include <memory>
#pragma pack(push, 8)
#pragma pack(push)
#pragma pack()
namespace Json {
template <typename T> class SecureAllocator {