File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ project(cJSON C)
7
7
8
8
set (PROJECT_VERSION_MAJOR 1 )
9
9
set (PROJECT_VERSION_MINOR 2 )
10
- set (PROJECT_VERSION_PATCH 0 )
10
+ set (PROJECT_VERSION_PATCH 1 )
11
11
set (CJSON_VERSION_SO 1 )
12
12
set (CJSON_UTILS_VERSION_SO 1 )
13
13
set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ UTILS_TEST_SRC = cJSON.c cJSON_Utils.c test_utils.c
10
10
11
11
LDLIBS = -lm
12
12
13
- LIBVERSION = 1.2.0
13
+ LIBVERSION = 1.2.1
14
14
CJSON_SOVERSION = 1
15
15
UTILS_SOVERSION = 1
16
16
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ extern "C"
31
31
/* project version */
32
32
#define CJSON_VERSION_MAJOR 1
33
33
#define CJSON_VERSION_MINOR 2
34
- #define CJSON_VERSION_PATCH 0
34
+ #define CJSON_VERSION_PATCH 1
35
35
36
36
/* returns the version of cJSON as a string */
37
37
extern const char * cJSON_Version (void );
You can’t perform that action at this time.
0 commit comments