Skip to content

Commit 3aa532f

Browse files
committed
Version update to 0.153.1
1 parent d5f83c4 commit 3aa532f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
master
2-
------
1+
v0.153.1
2+
--------
33

4-
Bug fixes:
4+
Bug fixes for BSON:
55

66
- Fixed int32 encoding error in the BSON encoder [\#243](https://github.com/danielaparker/jsoncons/issues/243)
77
- Fixed issue with default binary subtype when not specified, was 0, now 0x80 (user defined.)

include/jsoncons/config/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define JSONCONS_VERSION_MAJOR 0
1313
#define JSONCONS_VERSION_MINOR 153
14-
#define JSONCONS_VERSION_PATCH 0
14+
#define JSONCONS_VERSION_PATCH 1
1515

1616
namespace jsoncons {
1717

0 commit comments

Comments
 (0)