Skip to content

Commit 2cc3ea1

Browse files
committed
2.0.0
1 parent 31f752e commit 2cc3ea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: all clean docs install dist
22

3-
VERSION = 1.1.0
3+
VERSION = 2.0.0
44
CFLAGS = -O3
55
LDFLAGS = -static
66
PREFIX = /usr/local

jt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define _GNU_SOURCE
22
#define JSMN_STRICT
33
#define JSMN_PARENT_LINKS
4-
#define JT_VERSION "1.1.0"
4+
#define JT_VERSION "2.0.0"
55

66
#include <stdarg.h>
77
#include <stdio.h>

0 commit comments

Comments
 (0)