Skip to content

Commit 1416f58

Browse files
committed
0.8.z
1 parent 30d923f commit 1416f58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/json/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#ifndef JSON_VERSION_H_INCLUDED
55
# define JSON_VERSION_H_INCLUDED
66

7-
# define JSONCPP_VERSION_STRING "1.4.3"
8-
# define JSONCPP_VERSION_MAJOR 1
9-
# define JSONCPP_VERSION_MINOR 4
7+
# define JSONCPP_VERSION_STRING "0.8.3"
8+
# define JSONCPP_VERSION_MAJOR 0
9+
# define JSONCPP_VERSION_MINOR 8
1010
# define JSONCPP_VERSION_PATCH 3
1111
# define JSONCPP_VERSION_QUALIFIER
1212
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.3
1+
0.8.3

0 commit comments

Comments
 (0)