We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f752e commit 2cc3ea1Copy full SHA for 2cc3ea1
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: all clean docs install dist
2
3
-VERSION = 1.1.0
+VERSION = 2.0.0
4
CFLAGS = -O3
5
LDFLAGS = -static
6
PREFIX = /usr/local
jt.c
@@ -1,7 +1,7 @@
#define _GNU_SOURCE
#define JSMN_STRICT
#define JSMN_PARENT_LINKS
-#define JT_VERSION "1.1.0"
+#define JT_VERSION "2.0.0"
#include <stdarg.h>
7
#include <stdio.h>
0 commit comments