File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.14) # This is a guess
2
- project (DrJson VERSION 3.1 .0)
2
+ project (DrJson VERSION 3.2 .0)
3
3
4
4
set (CMAKE_C_STANDARD 11)
5
5
set (CMAKE_C_STANDARD_REQUIRED True )
Original file line number Diff line number Diff line change 10
10
#define DRJSON_VERSION_MAJOR 3
11
11
#define DRJSON_VERSION_MINOR 1
12
12
#define DRJSON_VERSION_MICRO 0
13
- #define DRJSON_VERSION "3.1 .0"
13
+ #define DRJSON_VERSION "3.2 .0"
14
14
15
15
#ifndef drj_memcpy
16
16
#if !defined(__GNUC__ ) || defined(__IMPORTC__ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Fuzz: ; mkdir $@
4
4
DEBUG =-g
5
5
OPT =-O3
6
6
7
- DRJSONVERSION =3.1 .0
7
+ DRJSONVERSION =3.2 .0
8
8
9
9
DEPFILES: = $(wildcard Deps/* .dep)
10
10
include $(DEPFILES )
Original file line number Diff line number Diff line change 1
- project (' DrJson' , ' c' , version : ' 3.1 .0' )
2
- COMPAT_VERSION= ' 3.1 .0' # for macos dylib
1
+ project (' DrJson' , ' c' , version : ' 3.2 .0' )
2
+ COMPAT_VERSION= ' 3.0 .0' # for macos dylib
3
3
4
4
if host_machine .system() == ' windows'
5
5
ignore_bogus_deprecations = [' -D_CRT_NONSTDC_NO_WARNINGS' , ' -D_CRT_SECURE_NO_WARNINGS' ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def initialize(self):
25
25
26
26
setup (
27
27
name = 'drjson' ,
28
- version = '3.1 .0' ,
28
+ version = '3.2 .0' ,
29
29
license = 'Proprietary' ,
30
30
description = 'fast json parsing' ,
31
31
long_description = LONG_DESCRIPTION ,
You can’t perform that action at this time.
0 commit comments