Skip to content

Commit f9db82a

Browse files
committed
1.4.4 < 1.4.3
* fixed Readers when `allowDropNullPlaceholders`
1 parent ae71879 commit f9db82a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: include/json/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#ifndef JSON_VERSION_H_INCLUDED
55
# define JSON_VERSION_H_INCLUDED
66

7-
# define JSONCPP_VERSION_STRING "1.4.3"
7+
# define JSONCPP_VERSION_STRING "1.4.4"
88
# define JSONCPP_VERSION_MAJOR 1
99
# define JSONCPP_VERSION_MINOR 4
10-
# define JSONCPP_VERSION_PATCH 3
10+
# define JSONCPP_VERSION_PATCH 4
1111
# define JSONCPP_VERSION_QUALIFIER
1212
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
1313

Diff for: version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.3
1+
1.4.4

0 commit comments

Comments
 (0)